#a60b11

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

Shades of Carmine #A60B11

Tints of Carmine #A60B11

Color information

#A60B11 (or 0xA60B11) is unknown color: approx Carmine. HEX triplet: A6, 0B and 11. RGB value is (166,11,17). Sum of RGB (Red+Green+Blue) = 166+11+17=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B11 is #59F4EE. Grayscale: #3A3A3A. Windows color (decimal): -5895407 or 1117094. OLE color: 1117094.

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

Color convert

RGB1661117-
CMYK00.930.900.35
HSL357.68º87.57%34.71%-
HSV(B)357.68º93.37%65.1%-
XYZ15.958.391.31-
YUV58.03104.85205.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 85.57%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 17 (7.03% from 255) = 8.76%
R=85.57%
G=5.67%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166111700.930.900.35357.6887.5734.71
HexA6B1105D5A231665823
Octal246132101351324354613043
Binary101001101011100010101110110110101000111011001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60b11; }

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

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

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

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

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

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

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

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