Html Css Color HEX #A60E11 Carmine

📋 copy color: '#A60E11'

red 166 ◦ green 14 ◦ blue 17

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

Shades of Carmine #A60E11

Tints of Carmine #A60E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

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

R = 84.26%
G = 7.11%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A60E11 (or 0xA60E11) is known color: Carmine. HEX triplet: A6, 0E and 11. RGB value is (166,14,17). Sum of RGB (Red+Green+Blue) = 166+14+17=197 (26% of max value = 765). Red value is 166 (65.23% from 255 or 84.26% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60E11 is #59F1EE. Grayscale: #3B3B3B. Windows color (decimal): -5894639 or 1117862. OLE color: 1117862.

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

Color convert

RGB 166 14 17 -
CMYK 0 0.92 0.90 0.35
HSL 358.82º 0.84% 0.35% -
HSV(B) 358.82º 0.92% 0.65% -
XYZ 15.98 8.46 1.32 -
YUV 59.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 166 14 17 0 0.92 0.90 0.35 358.82 0.84 0.35
Hex A6 E 11 0 5C 5A 23 167 54 23
Octal 246 16 21 0 134 132 43 547 124 43
Binary 10100110 1110 10001 0 1011100 1011010 100011 101100111 1010100 100011

Color Harmonies of #A60E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E11

Black with #A60E11

Text Example


Text Example

White with #A60E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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