Html Css Color HEX #AA0E20 Carmine

📋 copy color: '#AA0E20'

red 170 ◦ green 14 ◦ blue 32

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

Shades of Carmine #AA0E20

Tints of Carmine #AA0E20

RGB

 RED value IS 170 (66.8% from 255) = 78.7%

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

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

R = 78.7%
G = 6.48%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA0E20 (or 0xAA0E20) is known color: Carmine. HEX triplet: AA, 0E and 20. RGB value is (170,14,32). Sum of RGB (Red+Green+Blue) = 170+14+32=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E20 is #55F1DF. Grayscale: #3E3E3E. Windows color (decimal): -5632480 or 2100906. OLE color: 2100906.

HSL color Cylindrical-coordinate representation of color #AA0E20: hue angle of 353.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E20 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 14 32 -
CMYK 0 0.92 0.81 0.33
HSL 353.08º 0.85% 0.36% -
HSV(B) 353.08º 0.92% 0.67% -
XYZ 17 8.96 2.2 -
YUV 62.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 170 14 32 0 0.92 0.81 0.33 353.08 0.85 0.36
Hex AA E 20 0 5C 51 21 161 55 24
Octal 252 16 40 0 134 121 41 541 125 44
Binary 10101010 1110 100000 0 1011100 1010001 100001 101100001 1010101 100100

Color Harmonies of #AA0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E20

Black with #AA0E20

Text Example


Text Example

White with #AA0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E20; }

 p { color: rgb(170,14,32); }

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

background-color css

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

 a { background-color: rgb(170,14,32); }

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

border-color css

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

 span { border-color: rgb(170,14,32); }

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