Html Css Color HEX #A80221 Carmine

📋 copy color: '#A80221'

red 168 ◦ green 2 ◦ blue 33

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

Shades of Carmine #A80221

Tints of Carmine #A80221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 82.76%
G = 0.99%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A80221 (or 0xA80221) is known color: Carmine. HEX triplet: A8, 02 and 21. RGB value is (168,2,33). Sum of RGB (Red+Green+Blue) = 168+2+33=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A80221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80221 is #57FDDE. Grayscale: #373737. Windows color (decimal): -5766623 or 2163368. OLE color: 2163368.

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

Color convert

RGB 168 2 33 -
CMYK 0 0.99 0.80 0.34
HSL 348.8º 0.98% 0.33% -
HSV(B) 348.8º 0.99% 0.66% -
XYZ 16.44 8.48 2.21 -
YUV 55.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 168 2 33 0 0.99 0.80 0.34 348.8 0.98 0.33
Hex A8 2 21 0 63 50 22 15D 62 21
Octal 250 2 41 0 143 120 42 535 142 41
Binary 10101000 10 100001 0 1100011 1010000 100010 101011101 1100010 100001

Color Harmonies of #A80221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80221

Black with #A80221

Text Example


Text Example

White with #A80221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80221; }

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

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

background-color css

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

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

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

border-color css

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

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

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