Html Css Color HEX #AA0711 Carmine

📋 copy color: '#AA0711'

red 170 ◦ green 7 ◦ blue 17

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

Shades of Carmine #AA0711

Tints of Carmine #AA0711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

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

R = 87.63%
G = 3.61%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA0711 (or 0xAA0711) is known color: Carmine. HEX triplet: AA, 07 and 11. RGB value is (170,7,17). Sum of RGB (Red+Green+Blue) = 170+7+17=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0711 is #55F8EE. Grayscale: #393939. Windows color (decimal): -5634287 or 1116074. OLE color: 1116074.

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

Color convert

RGB 170 7 17 -
CMYK 0 0.96 0.9 0.33
HSL 356.32º 0.92% 0.35% -
HSV(B) 356.32º 0.96% 0.67% -
XYZ 16.75 8.74 1.33 -
YUV 56.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 170 7 17 0 0.96 0.9 0.33 356.32 0.92 0.35
Hex AA 7 11 0 60 5A 21 164 5C 23
Octal 252 7 21 0 140 132 41 544 134 43
Binary 10101010 111 10001 0 1100000 1011010 100001 101100100 1011100 100011

Color Harmonies of #AA0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0711

Black with #AA0711

Text Example


Text Example

White with #AA0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0711; }

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

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

background-color css

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

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

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

border-color css

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

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

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