#AA113C

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

Shades of Cardinal #AA113C

Tints of Cardinal #AA113C

Color information

#AA113C (or 0xAA113C) is unknown color: approx Cardinal. HEX triplet: AA, 11 and 3C. RGB value is (170,17,60). Sum of RGB (Red+Green+Blue) = 170+17+60=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA113C is #55EEC3. Grayscale: #434343. Windows color (decimal): -5631684 or 3936682. OLE color: 3936682.

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

Color convert

RGB1701760-
CMYK00.90.650.33
HSL343.14º81.82%36.67%-
HSV(B)343.14º90%66.67%-
XYZ17.599.275.14-
YUV67.65123.69201-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=68.83%
G=6.88%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170176000.90.650.33343.1481.8236.67
HexAA113C05A41211575225
Octal252217401321014152712245
Binary10101010100011111000101101010000011000011010101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA113C; }

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

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

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

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

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

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

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

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