Html Css Color HEX #A21220 Carmine

📋 copy color: '#A21220'

red 162 ◦ green 18 ◦ blue 32

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

Shades of Carmine #A21220

Tints of Carmine #A21220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 76.42%
G = 8.49%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A21220 (or 0xA21220) is known color: Carmine. HEX triplet: A2, 12 and 20. RGB value is (162,18,32). Sum of RGB (Red+Green+Blue) = 162+18+32=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A21220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21220 is #5DEDDF. Grayscale: #3E3E3E. Windows color (decimal): -6155744 or 2101922. OLE color: 2101922.

HSL color Cylindrical-coordinate representation of color #A21220: hue angle of 354.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21220 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 32 -
CMYK 0 0.89 0.80 0.36
HSL 354.17º 0.8% 0.35% -
HSV(B) 354.17º 0.89% 0.64% -
XYZ 15.38 8.22 2.14 -
YUV 62.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 162 18 32 0 0.89 0.80 0.36 354.17 0.8 0.35
Hex A2 12 20 0 59 50 24 162 50 23
Octal 242 22 40 0 131 120 44 542 120 43
Binary 10100010 10010 100000 0 1011001 1010000 100100 101100010 1010000 100011

Color Harmonies of #A21220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21220

Black with #A21220

Text Example


Text Example

White with #A21220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21220; }

 p { color: rgb(162,18,32); }

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

background-color css

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

 a { background-color: rgb(162,18,32); }

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

border-color css

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

 span { border-color: rgb(162,18,32); }

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