#AA1133

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

Shades of Cardinal #AA1133

Tints of Cardinal #AA1133

Color information

#AA1133 (or 0xAA1133) is unknown color: approx Cardinal. HEX triplet: AA, 11 and 33. RGB value is (170,17,51). Sum of RGB (Red+Green+Blue) = 170+17+51=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1133 is #55EECC. Grayscale: #424242. Windows color (decimal): -5631693 or 3346858. OLE color: 3346858.

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

Color convert

RGB1701751-
CMYK00.90.70.33
HSL346.67º81.82%36.67%-
HSV(B)346.67º90%66.67%-
XYZ17.389.193.99-
YUV66.62119.19201.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 17 (7.03% from 255) = 7.14%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=71.43%
G=7.14%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170175100.90.70.33346.6781.8236.67
HexAA113305A462115b5225
Octal252216301321064153312245
Binary10101010100011100110101101010001101000011010110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1133; }

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

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

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

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

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

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

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

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