Html Css Color HEX #A21120 Carmine

📋 copy color: '#A21120'

red 162 ◦ green 17 ◦ blue 32

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

Shades of Carmine #A21120

Tints of Carmine #A21120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

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

R = 76.78%
G = 8.06%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A21120 (or 0xA21120) is known color: Carmine. HEX triplet: A2, 11 and 20. RGB value is (162,17,32). Sum of RGB (Red+Green+Blue) = 162+17+32=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A21120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21120 is #5DEEDF. Grayscale: #3E3E3E. Windows color (decimal): -6156000 or 2101666. OLE color: 2101666.

HSL color Cylindrical-coordinate representation of color #A21120: hue angle of 353.79º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21120 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 32 -
CMYK 0 0.90 0.80 0.36
HSL 353.79º 0.81% 0.35% -
HSV(B) 353.79º 0.9% 0.64% -
XYZ 15.36 8.19 2.14 -
YUV 62.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 162 17 32 0 0.90 0.80 0.36 353.79 0.81 0.35
Hex A2 11 20 0 5A 50 24 162 51 23
Octal 242 21 40 0 132 120 44 542 121 43
Binary 10100010 10001 100000 0 1011010 1010000 100100 101100010 1010001 100011

Color Harmonies of #A21120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21120

Black with #A21120

Text Example


Text Example

White with #A21120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21120; }

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

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

background-color css

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

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

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

border-color css

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

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

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