#AA1537

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

Shades of Cardinal #AA1537

Tints of Cardinal #AA1537

Color information

#AA1537 (or 0xAA1537) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 37. RGB value is (170,21,55). Sum of RGB (Red+Green+Blue) = 170+21+55=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1537 is #55EAC8. Grayscale: #454545. Windows color (decimal): -5630665 or 3610026. OLE color: 3610026.

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

Color convert

RGB1702155-
CMYK00.880.680.33
HSL346.31º78.01%37.45%-
HSV(B)346.31º87.65%66.67%-
XYZ17.549.364.5-
YUV69.43119.86199.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.11%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=69.11%
G=8.54%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170215500.880.680.33346.3178.0137.45
HexAA1537058442115a4e25
Octal252256701301044153211645
Binary10101010101011101110101100010001001000011010110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1537; }

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

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

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

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

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

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

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

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