#AA113D

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

Shades of Cardinal #AA113D

Tints of Cardinal #AA113D

Color information

#AA113D (or 0xAA113D) is unknown color: approx Cardinal. HEX triplet: AA, 11 and 3D. RGB value is (170,17,61). Sum of RGB (Red+Green+Blue) = 170+17+61=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA113D is #55EEC2. Grayscale: #434343. Windows color (decimal): -5631683 or 4002218. OLE color: 4002218.

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

Color convert

RGB1701761-
CMYK00.90.640.33
HSL342.75º81.82%36.67%-
HSV(B)342.75º90%66.67%-
XYZ17.629.285.28-
YUV67.76124.19200.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=68.55%
G=6.85%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170176100.90.640.33342.7581.8236.67
HexAA113D05A40211575225
Octal252217501321004152712245
Binary10101010100011111010101101010000001000011010101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA113D; }

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

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

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

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

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

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

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

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