Html Css Color HEX #AA0516 Carmine

📋 copy color: '#AA0516'

red 170 ◦ green 5 ◦ blue 22

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

Shades of Carmine #AA0516

Tints of Carmine #AA0516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 86.29%
G = 2.54%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA0516 (or 0xAA0516) is known color: Carmine. HEX triplet: AA, 05 and 16. RGB value is (170,5,22). Sum of RGB (Red+Green+Blue) = 170+5+22=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0516 is #55FAE9. Grayscale: #383838. Windows color (decimal): -5634794 or 1443242. OLE color: 1443242.

HSL color Cylindrical-coordinate representation of color #AA0516: hue angle of 353.82º 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 #AA0516 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 5 22 -
CMYK 0 0.97 0.87 0.33
HSL 353.82º 0.94% 0.34% -
HSV(B) 353.82º 0.97% 0.67% -
XYZ 16.78 8.71 1.56 -
YUV 56.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 170 5 22 0 0.97 0.87 0.33 353.82 0.94 0.34
Hex AA 5 16 0 61 57 21 162 5E 22
Octal 252 5 26 0 141 127 41 542 136 42
Binary 10101010 101 10110 0 1100001 1010111 100001 101100010 1011110 100010

Color Harmonies of #AA0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0516

Black with #AA0516

Text Example


Text Example

White with #AA0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0516; }

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

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

background-color css

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

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

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

border-color css

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

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

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