Html Css Color HEX #AA0216 Carmine

📋 copy color: '#AA0216'

red 170 ◦ green 2 ◦ blue 22

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

Shades of Carmine #AA0216

Tints of Carmine #AA0216

RGB

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

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

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

R = 87.63%
G = 1.03%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA0216 (or 0xAA0216) is known color: Carmine. HEX triplet: AA, 02 and 16. RGB value is (170,2,22). Sum of RGB (Red+Green+Blue) = 170+2+22=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0216 is #55FDE9. Grayscale: #363636. Windows color (decimal): -5635562 or 1442474. OLE color: 1442474.

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

Color convert

RGB 170 2 22 -
CMYK 0 0.99 0.87 0.33
HSL 352.86º 0.98% 0.34% -
HSV(B) 352.86º 0.99% 0.67% -
XYZ 16.74 8.65 1.55 -
YUV 54.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 170 2 22 0 0.99 0.87 0.33 352.86 0.98 0.34
Hex AA 2 16 0 63 57 21 161 62 22
Octal 252 2 26 0 143 127 41 541 142 42
Binary 10101010 10 10110 0 1100011 1010111 100001 101100001 1100010 100010

Color Harmonies of #AA0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0216

Black with #AA0216

Text Example


Text Example

White with #AA0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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