Html Css Color HEX #A20E21 Carmine

📋 copy color: '#A20E21'

red 162 ◦ green 14 ◦ blue 33

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

Shades of Carmine #A20E21

Tints of Carmine #A20E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.7%

 BLUE value IS 33 (13.28% from 255) = 15.79%

R = 77.51%
G = 6.7%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20E21 (or 0xA20E21) is known color: Carmine. HEX triplet: A2, 0E and 21. RGB value is (162,14,33). Sum of RGB (Red+Green+Blue) = 162+14+33=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E21 is #5DF1DE. Grayscale: #3C3C3C. Windows color (decimal): -6156767 or 2166434. OLE color: 2166434.

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

Color convert

RGB 162 14 33 -
CMYK 0 0.91 0.80 0.36
HSL 352.3º 0.84% 0.35% -
HSV(B) 352.3º 0.91% 0.64% -
XYZ 15.33 8.11 2.2 -
YUV 60.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 162 14 33 0 0.91 0.80 0.36 352.3 0.84 0.35
Hex A2 E 21 0 5B 50 24 160 54 23
Octal 242 16 41 0 133 120 44 540 124 43
Binary 10100010 1110 100001 0 1011011 1010000 100100 101100000 1010100 100011

Color Harmonies of #A20E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E21

Black with #A20E21

Text Example


Text Example

White with #A20E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E21; }

 p { color: rgb(162,14,33); }

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

background-color css

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

 a { background-color: rgb(162,14,33); }

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

border-color css

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

 span { border-color: rgb(162,14,33); }

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