Html Css Color HEX #AA0220 Carmine

📋 copy color: '#AA0220'

red 170 ◦ green 2 ◦ blue 32

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

Shades of Carmine #AA0220

Tints of Carmine #AA0220

RGB

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

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

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

R = 83.33%
G = 0.98%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA0220 (or 0xAA0220) is known color: Carmine. HEX triplet: AA, 02 and 20. RGB value is (170,2,32). Sum of RGB (Red+Green+Blue) = 170+2+32=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0220 is #55FDDF. Grayscale: #373737. Windows color (decimal): -5635552 or 2097834. OLE color: 2097834.

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

Color convert

RGB 170 2 32 -
CMYK 0 0.99 0.81 0.33
HSL 349.29º 0.98% 0.34% -
HSV(B) 349.29º 0.99% 0.67% -
XYZ 16.86 8.69 2.16 -
YUV 55.65 114.66 209.56 -
System Red Green Blue C M Y K H S L
Decimal 170 2 32 0 0.99 0.81 0.33 349.29 0.98 0.34
Hex AA 2 20 0 63 51 21 15D 62 22
Octal 252 2 40 0 143 121 41 535 142 42
Binary 10101010 10 100000 0 1100011 1010001 100001 101011101 1100010 100010

Color Harmonies of #AA0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0220

Black with #AA0220

Text Example


Text Example

White with #AA0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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