Html Css Color HEX #A60C17 Carmine

📋 copy color: '#A60C17'

red 166 ◦ green 12 ◦ blue 23

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

Shades of Carmine #A60C17

Tints of Carmine #A60C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.97%

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

R = 82.59%
G = 5.97%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A60C17 (or 0xA60C17) is known color: Carmine. HEX triplet: A6, 0C and 17. RGB value is (166,12,23). Sum of RGB (Red+Green+Blue) = 166+12+23=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60C17 is #59F3E8. Grayscale: #3B3B3B. Windows color (decimal): -5895145 or 1510566. OLE color: 1510566.

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

Color convert

RGB 166 12 23 -
CMYK 0 0.93 0.86 0.35
HSL 355.71º 0.87% 0.35% -
HSV(B) 355.71º 0.93% 0.65% -
XYZ 16.01 8.43 1.59 -
YUV 59.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 166 12 23 0 0.93 0.86 0.35 355.71 0.87 0.35
Hex A6 C 17 0 5D 56 23 164 57 23
Octal 246 14 27 0 135 126 43 544 127 43
Binary 10100110 1100 10111 0 1011101 1010110 100011 101100100 1010111 100011

Color Harmonies of #A60C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60C17

Black with #A60C17

Text Example


Text Example

White with #A60C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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