#A50C06

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

Shades of Dark Red #A50C06

Tints of Dark Red #A50C06

Color information

#A50C06 (or 0xA50C06) is unknown color: approx Dark Red. HEX triplet: A5, 0C and 06. RGB value is (165,12,6). Sum of RGB (Red+Green+Blue) = 165+12+6=183 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.16% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50C06 is #5AF3F9. Grayscale: #393939. Windows color (decimal): -5960698 or 396453. OLE color: 396453.

HSL color Cylindrical-coordinate representation of color #A50C06: hue angle of 2.26º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50C06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB165126-
CMYK00.930.960.35
HSL2.26º92.98%33.53%-
HSV(B)2.26º96.36%64.71%-
XYZ15.688.280.94-
YUV57.0699.19204.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 90.16%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=90.16%
G=6.56%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512600.930.960.352.2692.9833.53
HexA5C605D602325d22
Octal245146013514043213542
Binary101001011100110010111011100000100011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C06; }

 p { color: rgb(165,12,6); }

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

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

 a { background-color: rgb(165,12,6); }

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

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

 span { border-color: rgb(165,12,6); }

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