#AA1123

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

Shades of Carmine #AA1123

Tints of Carmine #AA1123

Color information

#AA1123 (or 0xAA1123) is unknown color: approx Carmine. HEX triplet: AA, 11 and 23. RGB value is (170,17,35). Sum of RGB (Red+Green+Blue) = 170+17+35=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1123 is #55EEDC. Grayscale: #404040. Windows color (decimal): -5631709 or 2298282. OLE color: 2298282.

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

Color convert

RGB1701735-
CMYK00.90.790.33
HSL352.94º81.82%36.67%-
HSV(B)352.94º90%66.67%-
XYZ17.089.072.44-
YUV64.8111.19203.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.58%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=76.58%
G=7.66%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170173500.90.790.33352.9481.8236.67
HexAA112305A4F211615225
Octal252214301321174154112245
Binary10101010100011000110101101010011111000011011000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1123; }

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

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

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

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

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

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

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

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