#A60C1F

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

Shades of Carmine #A60C1F

Tints of Carmine #A60C1F

Color information

#A60C1F (or 0xA60C1F) is unknown color: approx Carmine. HEX triplet: A6, 0C and 1F. RGB value is (166,12,31). Sum of RGB (Red+Green+Blue) = 166+12+31=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C1F is #59F3E0. Grayscale: #3C3C3C. Windows color (decimal): -5895137 or 2034854. OLE color: 2034854.

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

Color convert

RGB1661231-
CMYK00.930.810.35
HSL352.6º86.52%34.9%-
HSV(B)352.6º92.77%65.1%-
XYZ16.18.472.08-
YUV60.21111.52203.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 79.43%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=79.43%
G=5.74%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166123100.930.810.35352.686.5234.9
HexA6C1F05D51231615723
Octal246143701351214354112743
Binary101001101100111110101110110100011000111011000011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C1F; }

 p { color: rgb(166,12,31); }

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

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

 a { background-color: rgb(166,12,31); }

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

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

 span { border-color: rgb(166,12,31); }

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