#A51630

Color #A51630 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A51630

Tints of Bright Red #A51630

Color information

#A51630 (or 0xA51630) is unknown color: approx Bright Red. HEX triplet: A5, 16 and 30. RGB value is (165,22,48). Sum of RGB (Red+Green+Blue) = 165+22+48=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A51630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51630 is #5AE9CF. Grayscale: #434343. Windows color (decimal): -5958096 or 3151525. OLE color: 3151525.

HSL color Cylindrical-coordinate representation of color #A51630: hue angle of 349.09º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51630 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1652248-
CMYK00.870.710.35
HSL349.09º76.47%36.67%-
HSV(B)349.09º86.67%64.71%-
XYZ16.348.793.63-
YUV67.72116.88197.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 70.21%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 48 (19.14% from 255) = 20.43%
R=70.21%
G=9.36%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165224800.870.710.35349.0976.4736.67
HexA51630057472315d4c25
Octal245266001271074353511445
Binary10100101101101100000101011110001111000111010111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51630; }

 p { color: rgb(165,22,48); }

 H1.HeaderClassName
 {
   color: #A51630;
 }
 .AnyTagClassName
 {
   color: #A51630;
 }
</style>
background-color css

<style>
 a { background-color: #A51630; }

 a { background-color: rgb(165,22,48); }

 div.DivClassName
 {
   background-color: #A51630;
 }
 .BgClassName
 {
   background-color: #A51630;
 }
</style>
border-color css

<style>
 span { border-color: #A51630; }

 span { border-color: rgb(165,22,48); }

 td.TdClassName
 {
   border-color: #A51630;
 }
 .TagClassName
 {
   border-color: #A51630;
 }
</style>