Html Css Color HEX #A60217 Carmine

📋 copy color: '#A60217'

red 166 ◦ green 2 ◦ blue 23

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

Shades of Carmine #A60217

Tints of Carmine #A60217

RGB

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

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

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

R = 86.91%
G = 1.05%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A60217 (or 0xA60217) is known color: Carmine. HEX triplet: A6, 02 and 17. RGB value is (166,2,23). Sum of RGB (Red+Green+Blue) = 166+2+23=191 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.91% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 166 - color contains mainly: red. Hex color #A60217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60217 is #59FDE8. Grayscale: #353535. Windows color (decimal): -5897705 or 1508006. OLE color: 1508006.

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

Color convert

RGB 166 2 23 -
CMYK 0 0.99 0.86 0.35
HSL 352.32º 0.98% 0.33% -
HSV(B) 352.32º 0.99% 0.65% -
XYZ 15.9 8.21 1.56 -
YUV 53.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 166 2 23 0 0.99 0.86 0.35 352.32 0.98 0.33
Hex A6 2 17 0 63 56 23 160 62 21
Octal 246 2 27 0 143 126 43 540 142 41
Binary 10100110 10 10111 0 1100011 1010110 100011 101100000 1100010 100001

Color Harmonies of #A60217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60217

Black with #A60217

Text Example


Text Example

White with #A60217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60217; }

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

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

background-color css

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

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

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

border-color css

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

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

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