Html Css Color HEX #AA0016 Carmine

📋 copy color: '#AA0016'

red 170 ◦ green 0 ◦ blue 22

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

Shades of Carmine #AA0016

Tints of Carmine #AA0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.54%
G = 0%
B = 11.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA0016 (or 0xAA0016) is known color: Carmine. HEX triplet: AA, 00 and 16. RGB value is (170,0,22). Sum of RGB (Red+Green+Blue) = 170+0+22=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0016 is #55FFE9. Grayscale: #353535. Windows color (decimal): -5636074 or 1441962. OLE color: 1441962.

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

Color convert

RGB 170 0 22 -
CMYK 0 1 0.87 0.33
HSL 352.24º 1% 0.33% -
HSV(B) 352.24º 1% 0.67% -
XYZ 16.72 8.6 1.54 -
YUV 53.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 170 0 22 0 1 0.87 0.33 352.24 1 0.33
Hex AA 0 16 0 64 57 21 160 64 21
Octal 252 0 26 0 144 127 41 540 144 41
Binary 10101010 0 10110 0 1100100 1010111 100001 101100000 1100100 100001

Color Harmonies of #AA0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0016

Black with #AA0016

Text Example


Text Example

White with #AA0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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