#AA152B

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

Shades of Cardinal #AA152B

Tints of Cardinal #AA152B

Color information

#AA152B (or 0xAA152B) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 2B. RGB value is (170,21,43). Sum of RGB (Red+Green+Blue) = 170+21+43=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA152B is #55EAD4. Grayscale: #444444. Windows color (decimal): -5630677 or 2823594. OLE color: 2823594.

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

Color convert

RGB1702143-
CMYK00.880.750.33
HSL351.14º78.01%37.45%-
HSV(B)351.14º87.65%66.67%-
XYZ17.289.263.16-
YUV68.06113.86200.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=72.65%
G=8.97%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170214300.880.750.33351.1478.0137.45
HexAA152B0584B2115f4e25
Octal252255301301134153711645
Binary10101010101011010110101100010010111000011010111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA152B; }

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

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

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

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

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

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

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

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