Html Css Color HEX #AA0111 Carmine

📋 copy color: '#AA0111'

red 170 ◦ green 1 ◦ blue 17

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

Shades of Carmine #AA0111

Tints of Carmine #AA0111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.04%

R = 90.43%
G = 0.53%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA0111 (or 0xAA0111) is known color: Carmine. HEX triplet: AA, 01 and 11. RGB value is (170,1,17). Sum of RGB (Red+Green+Blue) = 170+1+17=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0111 is #55FEEE. Grayscale: #353535. Windows color (decimal): -5635823 or 1114538. OLE color: 1114538.

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

Color convert

RGB 170 1 17 -
CMYK 0 0.99 0.9 0.33
HSL 354.32º 0.99% 0.34% -
HSV(B) 354.32º 0.99% 0.67% -
XYZ 16.69 8.61 1.31 -
YUV 53.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 170 1 17 0 0.99 0.9 0.33 354.32 0.99 0.34
Hex AA 1 11 0 63 5A 21 162 63 22
Octal 252 1 21 0 143 132 41 542 143 42
Binary 10101010 1 10001 0 1100011 1011010 100001 101100010 1100011 100010

Color Harmonies of #AA0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0111

Black with #AA0111

Text Example


Text Example

White with #AA0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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