Html Css Color HEX #A21229 Carmine

📋 copy color: '#A21229'

red 162 ◦ green 18 ◦ blue 41

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

Shades of Carmine #A21229

Tints of Carmine #A21229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 73.3%
G = 8.14%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A21229 (or 0xA21229) is known color: Carmine. HEX triplet: A2, 12 and 29. RGB value is (162,18,41). Sum of RGB (Red+Green+Blue) = 162+18+41=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A21229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21229 is #5DEDD6. Grayscale: #3F3F3F. Windows color (decimal): -6155735 or 2691746. OLE color: 2691746.

HSL color Cylindrical-coordinate representation of color #A21229: hue angle of 350.42º 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 #A21229 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 41 -
CMYK 0 0.89 0.75 0.36
HSL 350.42º 0.8% 0.35% -
HSV(B) 350.42º 0.89% 0.64% -
XYZ 15.52 8.27 2.88 -
YUV 63.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 162 18 41 0 0.89 0.75 0.36 350.42 0.8 0.35
Hex A2 12 29 0 59 4B 24 15E 50 23
Octal 242 22 51 0 131 113 44 536 120 43
Binary 10100010 10010 101001 0 1011001 1001011 100100 101011110 1010000 100011

Color Harmonies of #A21229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21229

Black with #A21229

Text Example


Text Example

White with #A21229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21229; }

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

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

background-color css

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

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

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

border-color css

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

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

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