Html Css Color HEX #A20211 Carmine

📋 copy color: '#A20211'

red 162 ◦ green 2 ◦ blue 17

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

Shades of Carmine #A20211

Tints of Carmine #A20211

RGB

 RED value IS 162 (63.67% from 255) = 89.5%

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

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

R = 89.5%
G = 1.1%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20211 (or 0xA20211) is known color: Carmine. HEX triplet: A2, 02 and 11. RGB value is (162,2,17). Sum of RGB (Red+Green+Blue) = 162+2+17=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A20211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20211 is #5DFDEE. Grayscale: #333333. Windows color (decimal): -6159855 or 1114786. OLE color: 1114786.

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

Color convert

RGB 162 2 17 -
CMYK 0 0.99 0.90 0.36
HSL 354.38º 0.98% 0.32% -
HSV(B) 354.38º 0.99% 0.64% -
XYZ 15.02 7.77 1.24 -
YUV 51.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 162 2 17 0 0.99 0.90 0.36 354.38 0.98 0.32
Hex A2 2 11 0 63 5A 24 162 62 20
Octal 242 2 21 0 143 132 44 542 142 40
Binary 10100010 10 10001 0 1100011 1011010 100100 101100010 1100010 100000

Color Harmonies of #A20211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20211

Black with #A20211

Text Example


Text Example

White with #A20211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20211; }

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

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

background-color css

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

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

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

border-color css

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

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

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