#AA1538

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

Shades of Cardinal #AA1538

Tints of Cardinal #AA1538

Color information

#AA1538 (or 0xAA1538) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 38. RGB value is (170,21,56). Sum of RGB (Red+Green+Blue) = 170+21+56=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1538 is #55EAC7. Grayscale: #454545. Windows color (decimal): -5630664 or 3675562. OLE color: 3675562.

HSL color Cylindrical-coordinate representation of color #AA1538: hue angle of 345.91º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1538 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1702156-
CMYK00.880.670.33
HSL345.91º78.01%37.45%-
HSV(B)345.91º87.65%66.67%-
XYZ17.569.374.62-
YUV69.54120.36199.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.83%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=68.83%
G=8.50%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170215600.880.670.33345.9178.0137.45
HexAA1538058432115a4e25
Octal252257001301034153211645
Binary10101010101011110000101100010000111000011010110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1538; }

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

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

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

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

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

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

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

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