Html Css Color HEX #AA111E Carmine

📋 copy color: '#AA111E'

red 170 ◦ green 17 ◦ blue 30

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

Shades of Carmine #AA111E

Tints of Carmine #AA111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.83%

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 78.34%
G = 7.83%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA111E (or 0xAA111E) is known color: Carmine. HEX triplet: AA, 11 and 1E. RGB value is (170,17,30). Sum of RGB (Red+Green+Blue) = 170+17+30=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA111E is #55EEE1. Grayscale: #404040. Windows color (decimal): -5631714 or 1970602. OLE color: 1970602.

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

Color convert

RGB 170 17 30 -
CMYK 0 0.9 0.82 0.33
HSL 354.9º 0.82% 0.37% -
HSV(B) 354.9º 0.9% 0.67% -
XYZ 17.01 9.04 2.08 -
YUV 64.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 170 17 30 0 0.9 0.82 0.33 354.9 0.82 0.37
Hex AA 11 1E 0 5A 52 21 163 52 25
Octal 252 21 36 0 132 122 41 543 122 45
Binary 10101010 10001 11110 0 1011010 1010010 100001 101100011 1010010 100101

Color Harmonies of #AA111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA111E

Black with #AA111E

Text Example


Text Example

White with #AA111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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