#AA1541

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

Shades of Cardinal #AA1541

Tints of Cardinal #AA1541

Color information

#AA1541 (or 0xAA1541) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 41. RGB value is (170,21,65). Sum of RGB (Red+Green+Blue) = 170+21+65=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1541 is #55EABE. Grayscale: #464646. Windows color (decimal): -5630655 or 4265386. OLE color: 4265386.

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

Color convert

RGB1702165-
CMYK00.880.620.33
HSL342.28º78.01%37.45%-
HSV(B)342.28º87.65%66.67%-
XYZ17.89.465.89-
YUV70.57124.86198.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=66.41%
G=8.20%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170216500.880.620.33342.2878.0137.45
HexAA15410583E211564e25
Octal252251010130764152611645
Binary10101010101011000001010110001111101000011010101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1541; }

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

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

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

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

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

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

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

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