Html Css Color HEX #A20221 Carmine

📋 copy color: '#A20221'

red 162 ◦ green 2 ◦ blue 33

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

Shades of Carmine #A20221

Tints of Carmine #A20221

RGB

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

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

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

R = 82.23%
G = 1.02%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20221 (or 0xA20221) is known color: Carmine. HEX triplet: A2, 02 and 21. RGB value is (162,2,33). Sum of RGB (Red+Green+Blue) = 162+2+33=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A20221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20221 is #5DFDDE. Grayscale: #353535. Windows color (decimal): -6159839 or 2163362. OLE color: 2163362.

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

Color convert

RGB 162 2 33 -
CMYK 0 0.99 0.80 0.36
HSL 348.38º 0.98% 0.32% -
HSV(B) 348.38º 0.99% 0.64% -
XYZ 15.2 7.83 2.15 -
YUV 53.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 162 2 33 0 0.99 0.80 0.36 348.38 0.98 0.32
Hex A2 2 21 0 63 50 24 15C 62 20
Octal 242 2 41 0 143 120 44 534 142 40
Binary 10100010 10 100001 0 1100011 1010000 100100 101011100 1100010 100000

Color Harmonies of #A20221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20221

Black with #A20221

Text Example


Text Example

White with #A20221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20221; }

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

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

background-color css

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

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

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

border-color css

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

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

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