Html Css Color HEX #A20220 Carmine

📋 copy color: '#A20220'

red 162 ◦ green 2 ◦ blue 32

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

Shades of Carmine #A20220

Tints of Carmine #A20220

RGB

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

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

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

R = 82.65%
G = 1.02%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20220 (or 0xA20220) is known color: Carmine. HEX triplet: A2, 02 and 20. RGB value is (162,2,32). Sum of RGB (Red+Green+Blue) = 162+2+32=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A20220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20220 is #5DFDDF. Grayscale: #353535. Windows color (decimal): -6159840 or 2097826. OLE color: 2097826.

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

Color convert

RGB 162 2 32 -
CMYK 0 0.99 0.80 0.36
HSL 348.75º 0.98% 0.32% -
HSV(B) 348.75º 0.99% 0.64% -
XYZ 15.18 7.83 2.08 -
YUV 53.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 162 2 32 0 0.99 0.80 0.36 348.75 0.98 0.32
Hex A2 2 20 0 63 50 24 15D 62 20
Octal 242 2 40 0 143 120 44 535 142 40
Binary 10100010 10 100000 0 1100011 1010000 100100 101011101 1100010 100000

Color Harmonies of #A20220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20220

Black with #A20220

Text Example


Text Example

White with #A20220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20220; }

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

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

background-color css

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

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

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

border-color css

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

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

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