#A60612

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

Shades of Carmine #A60612

Tints of Carmine #A60612

Color information

#A60612 (or 0xA60612) is unknown color: approx Carmine. HEX triplet: A6, 06 and 12. RGB value is (166,6,18). Sum of RGB (Red+Green+Blue) = 166+6+18=190 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.37% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 166 - color contains mainly: red. Hex color #A60612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60612 is #59F9ED. Grayscale: #373737. Windows color (decimal): -5896686 or 1181350. OLE color: 1181350.

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

Color convert

RGB166618-
CMYK00.960.890.35
HSL355.5º93.02%33.73%-
HSV(B)355.5º96.39%65.1%-
XYZ15.98.281.33-
YUV55.21107.01207.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.37%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=87.37%
G=3.16%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16661800.960.890.35355.593.0233.73
HexA661206059231645d22
Octal24662201401314354413542
Binary10100110110100100110000010110011000111011001001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60612; }

 p { color: rgb(166,6,18); }

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

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

 a { background-color: rgb(166,6,18); }

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

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

 span { border-color: rgb(166,6,18); }

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