#AA112B

Color #AA112B Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AA112B

Tints of Carmine #AA112B

Color information

#AA112B (or 0xAA112B) is unknown color: approx Carmine. HEX triplet: AA, 11 and 2B. RGB value is (170,17,43). Sum of RGB (Red+Green+Blue) = 170+17+43=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA112B is #55EED4. Grayscale: #414141. Windows color (decimal): -5631701 or 2822570. OLE color: 2822570.

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

Color convert

RGB1701743-
CMYK00.90.750.33
HSL349.8º81.82%36.67%-
HSV(B)349.8º90%66.67%-
XYZ17.219.123.14-
YUV65.71115.19202.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.91%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=73.91%
G=7.39%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170174300.90.750.33349.881.8236.67
HexAA112B05A4B2115e5225
Octal252215301321134153612245
Binary10101010100011010110101101010010111000011010111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA112B; }

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

 H1.HeaderClassName
 {
   color: #AA112B;
 }
 .AnyTagClassName
 {
   color: #AA112B;
 }
</style>
background-color css

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

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

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

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

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

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