Html Css Color HEX #AA0116 Carmine

📋 copy color: '#AA0116'

red 170 ◦ green 1 ◦ blue 22

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

Shades of Carmine #AA0116

Tints of Carmine #AA0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 88.08%
G = 0.52%
B = 11.4%

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

#AA0116 (or 0xAA0116) is known color: Carmine. HEX triplet: AA, 01 and 16. RGB value is (170,1,22). Sum of RGB (Red+Green+Blue) = 170+1+22=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0116 is #55FEE9. Grayscale: #363636. Windows color (decimal): -5635818 or 1442218. OLE color: 1442218.

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

Color convert

RGB 170 1 22 -
CMYK 0 0.99 0.87 0.33
HSL 352.54º 0.99% 0.34% -
HSV(B) 352.54º 0.99% 0.67% -
XYZ 16.73 8.63 1.54 -
YUV 53.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 170 1 22 0 0.99 0.87 0.33 352.54 0.99 0.34
Hex AA 1 16 0 63 57 21 161 63 22
Octal 252 1 26 0 143 127 41 541 143 42
Binary 10101010 1 10110 0 1100011 1010111 100001 101100001 1100011 100010

Color Harmonies of #AA0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0116

Black with #AA0116

Text Example


Text Example

White with #AA0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0116; }

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

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

background-color css

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

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

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

border-color css

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

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

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