#AA153F

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

Shades of Cardinal #AA153F

Tints of Cardinal #AA153F

Color information

#AA153F (or 0xAA153F) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 3F. RGB value is (170,21,63). Sum of RGB (Red+Green+Blue) = 170+21+63=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA153F is #55EAC0. Grayscale: #464646. Windows color (decimal): -5630657 or 4134314. OLE color: 4134314.

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

Color convert

RGB1702163-
CMYK00.880.630.33
HSL343.09º78.01%37.45%-
HSV(B)343.09º87.65%66.67%-
XYZ17.749.445.59-
YUV70.34123.86199.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 63 (25% from 255) = 24.80%
R=66.93%
G=8.27%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170216300.880.630.33343.0978.0137.45
HexAA153F0583F211574e25
Octal25225770130774152711645
Binary1010101010101111111010110001111111000011010101111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA153F; }

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

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

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

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

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

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

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

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