Html Css Color HEX #AA0F11 Carmine

📋 copy color: '#AA0F11'

red 170 ◦ green 15 ◦ blue 17

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

Shades of Carmine #AA0F11

Tints of Carmine #AA0F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

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

R = 84.16%
G = 7.43%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA0F11 (or 0xAA0F11) is known color: Carmine. HEX triplet: AA, 0F and 11. RGB value is (170,15,17). Sum of RGB (Red+Green+Blue) = 170+15+17=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0F11 is #55F0EE. Grayscale: #3D3D3D. Windows color (decimal): -5632239 or 1118122. OLE color: 1118122.

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

Color convert

RGB 170 15 17 -
CMYK 0 0.91 0.9 0.33
HSL 359.23º 0.84% 0.36% -
HSV(B) 359.23º 0.91% 0.67% -
XYZ 16.85 8.93 1.37 -
YUV 61.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 170 15 17 0 0.91 0.9 0.33 359.23 0.84 0.36
Hex AA F 11 0 5B 5A 21 167 54 24
Octal 252 17 21 0 133 132 41 547 124 44
Binary 10101010 1111 10001 0 1011011 1011010 100001 101100111 1010100 100100

Color Harmonies of #AA0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F11

Black with #AA0F11

Text Example


Text Example

White with #AA0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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