Html Css Color HEX #A60A17 Carmine

📋 copy color: '#A60A17'

red 166 ◦ green 10 ◦ blue 23

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

Shades of Carmine #A60A17

Tints of Carmine #A60A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.03%

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 83.42%
G = 5.03%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A60A17 (or 0xA60A17) is known color: Carmine. HEX triplet: A6, 0A and 17. RGB value is (166,10,23). Sum of RGB (Red+Green+Blue) = 166+10+23=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60A17 is #59F5E8. Grayscale: #3A3A3A. Windows color (decimal): -5895657 or 1510054. OLE color: 1510054.

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

Color convert

RGB 166 10 23 -
CMYK 0 0.94 0.86 0.35
HSL 355º 0.89% 0.35% -
HSV(B) 355º 0.94% 0.65% -
XYZ 15.99 8.39 1.59 -
YUV 58.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 166 10 23 0 0.94 0.86 0.35 355 0.89 0.35
Hex A6 A 17 0 5E 56 23 163 59 23
Octal 246 12 27 0 136 126 43 543 131 43
Binary 10100110 1010 10111 0 1011110 1010110 100011 101100011 1011001 100011

Color Harmonies of #A60A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A17

Black with #A60A17

Text Example


Text Example

White with #A60A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A17; }

 p { color: rgb(166,10,23); }

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

background-color css

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

 a { background-color: rgb(166,10,23); }

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

border-color css

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

 span { border-color: rgb(166,10,23); }

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