Html Css Color HEX #A20215 Carmine

📋 copy color: '#A20215'

red 162 ◦ green 2 ◦ blue 21

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

Shades of Carmine #A20215

Tints of Carmine #A20215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 87.57%
G = 1.08%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A20215 (or 0xA20215) is known color: Carmine. HEX triplet: A2, 02 and 15. RGB value is (162,2,21). Sum of RGB (Red+Green+Blue) = 162+2+21=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20215 is #5DFDEA. Grayscale: #343434. Windows color (decimal): -6159851 or 1376930. OLE color: 1376930.

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

Color convert

RGB 162 2 21 -
CMYK 0 0.99 0.87 0.36
HSL 352.88º 0.98% 0.32% -
HSV(B) 352.88º 0.99% 0.64% -
XYZ 15.06 7.78 1.42 -
YUV 52.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 162 2 21 0 0.99 0.87 0.36 352.88 0.98 0.32
Hex A2 2 15 0 63 57 24 161 62 20
Octal 242 2 25 0 143 127 44 541 142 40
Binary 10100010 10 10101 0 1100011 1010111 100100 101100001 1100010 100000

Color Harmonies of #A20215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20215

Black with #A20215

Text Example


Text Example

White with #A20215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20215; }

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

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

background-color css

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

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

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

border-color css

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

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

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