#AA1542

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

Shades of Cardinal #AA1542

Tints of Cardinal #AA1542

Color information

#AA1542 (or 0xAA1542) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 42. RGB value is (170,21,66). Sum of RGB (Red+Green+Blue) = 170+21+66=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1542 is #55EABD. Grayscale: #464646. Windows color (decimal): -5630654 or 4330922. OLE color: 4330922.

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

Color convert

RGB1702166-
CMYK00.880.610.33
HSL341.88º78.01%37.45%-
HSV(B)341.88º87.65%66.67%-
XYZ17.839.486.04-
YUV70.68125.36198.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.15%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=66.15%
G=8.17%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170216600.880.610.33341.8878.0137.45
HexAA15420583D211564e25
Octal252251020130754152611645
Binary10101010101011000010010110001111011000011010101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1542; }

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

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

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

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

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

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

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

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