Html Css Color HEX #A20213 Carmine

📋 copy color: '#A20213'

red 162 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A20213

Tints of Carmine #A20213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 88.52%
G = 1.09%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A20213 (or 0xA20213) is known color: Carmine. HEX triplet: A2, 02 and 13. RGB value is (162,2,19). Sum of RGB (Red+Green+Blue) = 162+2+19=183 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.52% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 162 - color contains mainly: red. Hex color #A20213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20213 is #5DFDEC. Grayscale: #333333. Windows color (decimal): -6159853 or 1245858. OLE color: 1245858.

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

Color convert

RGB 162 2 19 -
CMYK 0 0.99 0.88 0.36
HSL 353.63º 0.98% 0.32% -
HSV(B) 353.63º 0.99% 0.64% -
XYZ 15.04 7.77 1.32 -
YUV 51.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 162 2 19 0 0.99 0.88 0.36 353.63 0.98 0.32
Hex A2 2 13 0 63 58 24 162 62 20
Octal 242 2 23 0 143 130 44 542 142 40
Binary 10100010 10 10011 0 1100011 1011000 100100 101100010 1100010 100000

Color Harmonies of #A20213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20213

Black with #A20213

Text Example


Text Example

White with #A20213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20213; }

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

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

background-color css

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

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

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

border-color css

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

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

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