#AA112A

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

Shades of Carmine #AA112A

Tints of Carmine #AA112A

Color information

#AA112A (or 0xAA112A) is unknown color: approx Carmine. HEX triplet: AA, 11 and 2A. RGB value is (170,17,42). Sum of RGB (Red+Green+Blue) = 170+17+42=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA112A is #55EED5. Grayscale: #414141. Windows color (decimal): -5631702 or 2757034. OLE color: 2757034.

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

Color convert

RGB1701742-
CMYK00.90.750.33
HSL350.2º81.82%36.67%-
HSV(B)350.2º90%66.67%-
XYZ17.29.113.04-
YUV65.6114.69202.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=74.24%
G=7.42%
B=18.34%

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
Decimal170174200.90.750.33350.281.8236.67
HexAA112A05A4B2115e5225
Octal252215201321134153612245
Binary10101010100011010100101101010010111000011010111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA112A; }

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

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

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

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

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

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

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

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