Html Css Color HEX #A20218 Carmine

📋 copy color: '#A20218'

red 162 ◦ green 2 ◦ blue 24

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

Shades of Carmine #A20218

Tints of Carmine #A20218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 86.17%
G = 1.06%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A20218 (or 0xA20218) is known color: Carmine. HEX triplet: A2, 02 and 18. RGB value is (162,2,24). Sum of RGB (Red+Green+Blue) = 162+2+24=188 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.17% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 162 - color contains mainly: red. Hex color #A20218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20218 is #5DFDE7. Grayscale: #343434. Windows color (decimal): -6159848 or 1573538. OLE color: 1573538.

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

Color convert

RGB 162 2 24 -
CMYK 0 0.99 0.85 0.36
HSL 351.75º 0.98% 0.32% -
HSV(B) 351.75º 0.99% 0.64% -
XYZ 15.09 7.79 1.57 -
YUV 52.35 112.01 206.21 -
System Red Green Blue C M Y K H S L
Decimal 162 2 24 0 0.99 0.85 0.36 351.75 0.98 0.32
Hex A2 2 18 0 63 55 24 160 62 20
Octal 242 2 30 0 143 125 44 540 142 40
Binary 10100010 10 11000 0 1100011 1010101 100100 101100000 1100010 100000

Color Harmonies of #A20218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20218

Black with #A20218

Text Example


Text Example

White with #A20218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20218; }

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

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

background-color css

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

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

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

border-color css

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

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

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