Html Css Color HEX #A20229 Carmine

📋 copy color: '#A20229'

red 162 ◦ green 2 ◦ blue 41

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

Shades of Carmine #A20229

Tints of Carmine #A20229

RGB

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

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

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

R = 79.02%
G = 0.98%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A20229 (or 0xA20229) is known color: Carmine. HEX triplet: A2, 02 and 29. RGB value is (162,2,41). Sum of RGB (Red+Green+Blue) = 162+2+41=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A20229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20229 is #5DFDD6. Grayscale: #363636. Windows color (decimal): -6159831 or 2687650. OLE color: 2687650.

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

Color convert

RGB 162 2 41 -
CMYK 0 0.99 0.75 0.36
HSL 345.38º 0.98% 0.32% -
HSV(B) 345.38º 0.99% 0.64% -
XYZ 15.32 7.88 2.81 -
YUV 54.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 162 2 41 0 0.99 0.75 0.36 345.38 0.98 0.32
Hex A2 2 29 0 63 4B 24 159 62 20
Octal 242 2 51 0 143 113 44 531 142 40
Binary 10100010 10 101001 0 1100011 1001011 100100 101011001 1100010 100000

Color Harmonies of #A20229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20229

Black with #A20229

Text Example


Text Example

White with #A20229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20229; }

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

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

background-color css

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

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

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

border-color css

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

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

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