Html Css Color HEX #AA0520 Carmine

📋 copy color: '#AA0520'

red 170 ◦ green 5 ◦ blue 32

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

Shades of Carmine #AA0520

Tints of Carmine #AA0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 82.13%
G = 2.42%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA0520 (or 0xAA0520) is known color: Carmine. HEX triplet: AA, 05 and 20. RGB value is (170,5,32). Sum of RGB (Red+Green+Blue) = 170+5+32=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0520 is #55FADF. Grayscale: #393939. Windows color (decimal): -5634784 or 2098602. OLE color: 2098602.

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

Color convert

RGB 170 5 32 -
CMYK 0 0.97 0.81 0.33
HSL 350.18º 0.94% 0.34% -
HSV(B) 350.18º 0.97% 0.67% -
XYZ 16.89 8.76 2.17 -
YUV 57.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 170 5 32 0 0.97 0.81 0.33 350.18 0.94 0.34
Hex AA 5 20 0 61 51 21 15E 5E 22
Octal 252 5 40 0 141 121 41 536 136 42
Binary 10101010 101 100000 0 1100001 1010001 100001 101011110 1011110 100010

Color Harmonies of #AA0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0520

Black with #AA0520

Text Example


Text Example

White with #AA0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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