#a60b16

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

Shades of Carmine #A60B16

Tints of Carmine #A60B16

Color information

#A60B16 (or 0xA60B16) is unknown color: approx Carmine. HEX triplet: A6, 0B and 16. RGB value is (166,11,22). Sum of RGB (Red+Green+Blue) = 166+11+22=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B16 is #59F4E9. Grayscale: #3A3A3A. Windows color (decimal): -5895402 or 1444774. OLE color: 1444774.

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

Color convert

RGB1661122-
CMYK00.930.870.35
HSL355.74º87.57%34.71%-
HSV(B)355.74º93.37%65.1%-
XYZ15.998.41.54-
YUV58.6107.35204.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 83.42%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=83.42%
G=5.53%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166112200.930.870.35355.7487.5734.71
HexA6B1605D57231645823
Octal246132601351274354413043
Binary101001101011101100101110110101111000111011001001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60b16; }

 p { color: rgb(166,11,22); }

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

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

 a { background-color: rgb(166,11,22); }

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

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

 span { border-color: rgb(166,11,22); }

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