Html Css Color HEX #A80222 Carmine

📋 copy color: '#A80222'

red 168 ◦ green 2 ◦ blue 34

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

Shades of Carmine #A80222

Tints of Carmine #A80222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 82.35%
G = 0.98%
B = 16.67%

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

#A80222 (or 0xA80222) is known color: Carmine. HEX triplet: A8, 02 and 22. RGB value is (168,2,34). Sum of RGB (Red+Green+Blue) = 168+2+34=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A80222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80222 is #57FDDD. Grayscale: #373737. Windows color (decimal): -5766622 or 2228904. OLE color: 2228904.

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

Color convert

RGB 168 2 34 -
CMYK 0 0.99 0.80 0.34
HSL 348.43º 0.98% 0.33% -
HSV(B) 348.43º 0.99% 0.66% -
XYZ 16.46 8.48 2.28 -
YUV 55.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 168 2 34 0 0.99 0.80 0.34 348.43 0.98 0.33
Hex A8 2 22 0 63 50 22 15C 62 21
Octal 250 2 42 0 143 120 42 534 142 41
Binary 10101000 10 100010 0 1100011 1010000 100010 101011100 1100010 100001

Color Harmonies of #A80222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80222

Black with #A80222

Text Example


Text Example

White with #A80222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80222; }

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

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

background-color css

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

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

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

border-color css

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

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

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