Html Css Color HEX #A80211 Carmine

📋 copy color: '#A80211'

red 168 ◦ green 2 ◦ blue 17

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

Shades of Carmine #A80211

Tints of Carmine #A80211

RGB

 RED value IS 168 (66.02% from 255) = 89.84%

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

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

R = 89.84%
G = 1.07%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80211 (or 0xA80211) is known color: Carmine. HEX triplet: A8, 02 and 11. RGB value is (168,2,17). Sum of RGB (Red+Green+Blue) = 168+2+17=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A80211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80211 is #57FDEE. Grayscale: #353535. Windows color (decimal): -5766639 or 1114792. OLE color: 1114792.

HSL color Cylindrical-coordinate representation of color #A80211: hue angle of 354.58º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80211 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 17 -
CMYK 0 0.99 0.90 0.34
HSL 354.58º 0.98% 0.33% -
HSV(B) 354.58º 0.99% 0.66% -
XYZ 16.27 8.41 1.3 -
YUV 53.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 168 2 17 0 0.99 0.90 0.34 354.58 0.98 0.33
Hex A8 2 11 0 63 5A 22 163 62 21
Octal 250 2 21 0 143 132 42 543 142 41
Binary 10101000 10 10001 0 1100011 1011010 100010 101100011 1100010 100001

Color Harmonies of #A80211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80211

Black with #A80211

Text Example


Text Example

White with #A80211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80211; }

 p { color: rgb(168,2,17); }

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

background-color css

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

 a { background-color: rgb(168,2,17); }

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

border-color css

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

 span { border-color: rgb(168,2,17); }

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