#AA0E36

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

Shades of Cardinal #AA0E36

Tints of Cardinal #AA0E36

Color information

#AA0E36 (or 0xAA0E36) is unknown color: approx Cardinal. HEX triplet: AA, 0E and 36. RGB value is (170,14,54). Sum of RGB (Red+Green+Blue) = 170+14+54=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E36 is #55F1C9. Grayscale: #414141. Windows color (decimal): -5632458 or 3542698. OLE color: 3542698.

HSL color Cylindrical-coordinate representation of color #AA0E36: hue angle of 344.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E36 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB1701454-
CMYK00.920.680.33
HSL344.62º84.78%36.08%-
HSV(B)344.62º91.76%66.67%-
XYZ17.49.134.33-
YUV65.2121.68202.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=71.43%
G=5.88%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170145400.920.680.33344.6284.7836.08
HexAAE3605C44211595524
Octal252166601341044153112544
Binary1010101011101101100101110010001001000011010110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E36; }

 p { color: rgb(170,14,54); }

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

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

 a { background-color: rgb(170,14,54); }

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

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

 span { border-color: rgb(170,14,54); }

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