Html Css Color HEX #A20A29 Carmine

📋 copy color: '#A20A29'

red 162 ◦ green 10 ◦ blue 41

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

Shades of Carmine #A20A29

Tints of Carmine #A20A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.69%

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

R = 76.06%
G = 4.69%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A20A29 (or 0xA20A29) is known color: Carmine. HEX triplet: A2, 0A and 29. RGB value is (162,10,41). Sum of RGB (Red+Green+Blue) = 162+10+41=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A29 is #5DF5D6. Grayscale: #3B3B3B. Windows color (decimal): -6157783 or 2689698. OLE color: 2689698.

HSL color Cylindrical-coordinate representation of color #A20A29: hue angle of 347.76º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A29 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 10 41 -
CMYK 0 0.94 0.75 0.36
HSL 347.76º 0.88% 0.34% -
HSV(B) 347.76º 0.94% 0.64% -
XYZ 15.41 8.06 2.84 -
YUV 58.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 162 10 41 0 0.94 0.75 0.36 347.76 0.88 0.34
Hex A2 A 29 0 5E 4B 24 15C 58 22
Octal 242 12 51 0 136 113 44 534 130 42
Binary 10100010 1010 101001 0 1011110 1001011 100100 101011100 1011000 100010

Color Harmonies of #A20A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A29

Black with #A20A29

Text Example


Text Example

White with #A20A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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