#A60013

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

Shades of Carmine #A60013

Tints of Carmine #A60013

Color information

#A60013 (or 0xA60013) is unknown color: approx Carmine. HEX triplet: A6, 00 and 13. RGB value is (166,0,19). Sum of RGB (Red+Green+Blue) = 166+0+19=185 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.73% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 166 - color contains mainly: red. Hex color #A60013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60013 is #59FFEC. Grayscale: #333333. Windows color (decimal): -5898221 or 1245350. OLE color: 1245350.

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

Color convert

RGB166019-
CMYK010.890.35
HSL353.13º100%32.55%-
HSV(B)353.13º100%65.1%-
XYZ15.848.151.35-
YUV51.8109.5209.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 89.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=89.73%
G=0%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166019010.890.35353.1310032.55
HexA601306459231616421
Octal24602301441314354114441
Binary101001100100110110010010110011000111011000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60013; }

 p { color: rgb(166,0,19); }

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

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

 a { background-color: rgb(166,0,19); }

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

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

 span { border-color: rgb(166,0,19); }

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