#AA153D

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

Shades of Cardinal #AA153D

Tints of Cardinal #AA153D

Color information

#AA153D (or 0xAA153D) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 3D. RGB value is (170,21,61). Sum of RGB (Red+Green+Blue) = 170+21+61=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA153D is #55EAC2. Grayscale: #464646. Windows color (decimal): -5630659 or 4003242. OLE color: 4003242.

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

Color convert

RGB1702161-
CMYK00.880.640.33
HSL343.89º78.01%37.45%-
HSV(B)343.89º87.65%66.67%-
XYZ17.699.425.3-
YUV70.11122.86199.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=67.46%
G=8.33%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170216100.880.640.33343.8978.0137.45
HexAA153D05840211584e25
Octal252257501301004153011645
Binary10101010101011111010101100010000001000011010110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA153D; }

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

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

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

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

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

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

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

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