Html Css Color HEX #A60211 Carmine

📋 copy color: '#A60211'

red 166 ◦ green 2 ◦ blue 17

#A60211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A60211

Tints of Carmine #A60211

RGB

 RED value IS 166 (65.23% from 255) = 89.73%

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 89.73%
G = 1.08%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A60211 (or 0xA60211) is known color: Carmine. HEX triplet: A6, 02 and 11. RGB value is (166,2,17). Sum of RGB (Red+Green+Blue) = 166+2+17=185 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.73% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 166 - color contains mainly: red. Hex color #A60211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60211 is #59FDEE. Grayscale: #343434. Windows color (decimal): -5897711 or 1114790. OLE color: 1114790.

HSL color Cylindrical-coordinate representation of color #A60211: hue angle of 354.51º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60211 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 2 17 -
CMYK 0 0.99 0.90 0.35
HSL 354.51º 0.98% 0.33% -
HSV(B) 354.51º 0.99% 0.65% -
XYZ 15.85 8.19 1.28 -
YUV 52.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 166 2 17 0 0.99 0.90 0.35 354.51 0.98 0.33
Hex A6 2 11 0 63 5A 23 163 62 21
Octal 246 2 21 0 143 132 43 543 142 41
Binary 10100110 10 10001 0 1100011 1011010 100011 101100011 1100010 100001

Color Harmonies of #A60211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60211

Black with #A60211

Text Example


Text Example

White with #A60211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60211; }

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

 H1.HeaderClassName
 {
   color: #A60211;
 }
 .AnyTagClassName
 {
   color: #A60211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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