Html Css Color HEX #A60219 Carmine

📋 copy color: '#A60219'

red 166 ◦ green 2 ◦ blue 25

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

Shades of Carmine #A60219

Tints of Carmine #A60219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 86.01%
G = 1.04%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A60219 (or 0xA60219) is known color: Carmine. HEX triplet: A6, 02 and 19. RGB value is (166,2,25). Sum of RGB (Red+Green+Blue) = 166+2+25=193 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.01% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 166 - color contains mainly: red. Hex color #A60219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60219 is #59FDE6. Grayscale: #353535. Windows color (decimal): -5897703 or 1639078. OLE color: 1639078.

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

Color convert

RGB 166 2 25 -
CMYK 0 0.99 0.85 0.35
HSL 351.59º 0.98% 0.33% -
HSV(B) 351.59º 0.99% 0.65% -
XYZ 15.92 8.22 1.67 -
YUV 53.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 166 2 25 0 0.99 0.85 0.35 351.59 0.98 0.33
Hex A6 2 19 0 63 55 23 160 62 21
Octal 246 2 31 0 143 125 43 540 142 41
Binary 10100110 10 11001 0 1100011 1010101 100011 101100000 1100010 100001

Color Harmonies of #A60219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60219

Black with #A60219

Text Example


Text Example

White with #A60219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60219; }

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

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

background-color css

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

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

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

border-color css

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

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

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