Html Css Color HEX #A20216 Carmine

📋 copy color: '#A20216'

red 162 ◦ green 2 ◦ blue 22

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

Shades of Carmine #A20216

Tints of Carmine #A20216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.83%

R = 87.1%
G = 1.08%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A20216 (or 0xA20216) is known color: Carmine. HEX triplet: A2, 02 and 16. RGB value is (162,2,22). Sum of RGB (Red+Green+Blue) = 162+2+22=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A20216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20216 is #5DFDE9. Grayscale: #343434. Windows color (decimal): -6159850 or 1442466. OLE color: 1442466.

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

Color convert

RGB 162 2 22 -
CMYK 0 0.99 0.86 0.36
HSL 352.5º 0.98% 0.32% -
HSV(B) 352.5º 0.99% 0.64% -
XYZ 15.07 7.78 1.47 -
YUV 52.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 162 2 22 0 0.99 0.86 0.36 352.5 0.98 0.32
Hex A2 2 16 0 63 56 24 160 62 20
Octal 242 2 26 0 143 126 44 540 142 40
Binary 10100010 10 10110 0 1100011 1010110 100100 101100000 1100010 100000

Color Harmonies of #A20216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20216

Black with #A20216

Text Example


Text Example

White with #A20216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20216; }

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

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

background-color css

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

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

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

border-color css

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

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

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