#AA1531

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

Shades of Cardinal #AA1531

Tints of Cardinal #AA1531

Color information

#AA1531 (or 0xAA1531) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 31. RGB value is (170,21,49). Sum of RGB (Red+Green+Blue) = 170+21+49=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1531 is #55EACE. Grayscale: #444444. Windows color (decimal): -5630671 or 3216810. OLE color: 3216810.

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

Color convert

RGB1702149-
CMYK00.880.710.33
HSL348.72º78.01%37.45%-
HSV(B)348.72º87.65%66.67%-
XYZ17.49.33.78-
YUV68.74116.86200.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.83%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=70.83%
G=8.75%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170214900.880.710.33348.7278.0137.45
HexAA1531058472115d4e25
Octal252256101301074153511645
Binary10101010101011100010101100010001111000011010111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1531; }

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

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

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

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

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

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

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

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