#AA1543

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

Shades of Cardinal #AA1543

Tints of Cardinal #AA1543

Color information

#AA1543 (or 0xAA1543) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 43. RGB value is (170,21,67). Sum of RGB (Red+Green+Blue) = 170+21+67=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1543 is #55EABC. Grayscale: #464646. Windows color (decimal): -5630653 or 4396458. OLE color: 4396458.

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

Color convert

RGB1702167-
CMYK00.880.610.33
HSL341.48º78.01%37.45%-
HSV(B)341.48º87.65%66.67%-
XYZ17.869.496.2-
YUV70.8125.86198.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.89%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=65.89%
G=8.14%
B=25.97%

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
Decimal170216700.880.610.33341.4878.0137.45
HexAA15430583D211554e25
Octal252251030130754152511645
Binary10101010101011000011010110001111011000011010101011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1543; }

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

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

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

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

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

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

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

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