#AA0E34

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

Shades of Cardinal #AA0E34

Tints of Cardinal #AA0E34

Color information

#AA0E34 (or 0xAA0E34) is unknown color: approx Cardinal. HEX triplet: AA, 0E and 34. RGB value is (170,14,52). Sum of RGB (Red+Green+Blue) = 170+14+52=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E34 is #55F1CB. Grayscale: #404040. Windows color (decimal): -5632460 or 3411626. OLE color: 3411626.

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

Color convert

RGB1701452-
CMYK00.920.690.33
HSL345.38º84.78%36.08%-
HSV(B)345.38º91.76%66.67%-
XYZ17.359.114.09-
YUV64.98120.68202.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.03%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=72.03%
G=5.93%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170145200.920.690.33345.3884.7836.08
HexAAE3405C45211595524
Octal252166401341054153112544
Binary1010101011101101000101110010001011000011010110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E34; }

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

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

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

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

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

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

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

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