#AA0E38

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

Shades of Cardinal #AA0E38

Tints of Cardinal #AA0E38

Color information

#AA0E38 (or 0xAA0E38) is unknown color: approx Cardinal. HEX triplet: AA, 0E and 38. RGB value is (170,14,56). Sum of RGB (Red+Green+Blue) = 170+14+56=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0E38 is #55F1C7. Grayscale: #414141. Windows color (decimal): -5632456 or 3673770. OLE color: 3673770.

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

Color convert

RGB1701456-
CMYK00.920.670.33
HSL343.85º84.78%36.08%-
HSV(B)343.85º91.76%66.67%-
XYZ17.459.154.59-
YUV65.43122.68202.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.83%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=70.83%
G=5.83%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170145600.920.670.33343.8584.7836.08
HexAAE3805C43211585524
Octal252167001341034153012544
Binary1010101011101110000101110010000111000011010110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0E38; }

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

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

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

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

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

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

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

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