#A60C17

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

Shades of Carmine #A60C17

Tints of Carmine #A60C17

Color information

#A60C17 (or 0xA60C17) is unknown color: approx Carmine. HEX triplet: A6, 0C and 17. RGB value is (166,12,23). Sum of RGB (Red+Green+Blue) = 166+12+23=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60C17 is #59F3E8. Grayscale: #3B3B3B. Windows color (decimal): -5895145 or 1510566. OLE color: 1510566.

HSL color Cylindrical-coordinate representation of color #A60C17: hue angle of 355.71º 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 #A60C17 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1661223-
CMYK00.930.860.35
HSL355.71º86.52%34.9%-
HSV(B)355.71º92.77%65.1%-
XYZ16.018.431.59-
YUV59.3107.52204.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 82.59%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 23 (9.38% from 255) = 11.44%
R=82.59%
G=5.97%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166122300.930.860.35355.7186.5234.9
HexA6C1705D56231645723
Octal246142701351264354412743
Binary101001101100101110101110110101101000111011001001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C17; }

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

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

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

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

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

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

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

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