#AA153E

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

Shades of Cardinal #AA153E

Tints of Cardinal #AA153E

Color information

#AA153E (or 0xAA153E) is unknown color: approx Cardinal. HEX triplet: AA, 15 and 3E. RGB value is (170,21,62). Sum of RGB (Red+Green+Blue) = 170+21+62=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA153E is #55EAC1. Grayscale: #464646. Windows color (decimal): -5630658 or 4068778. OLE color: 4068778.

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

Color convert

RGB1702162-
CMYK00.880.640.33
HSL343.49º78.01%37.45%-
HSV(B)343.49º87.65%66.67%-
XYZ17.729.435.44-
YUV70.22123.36199.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=67.19%
G=8.30%
B=24.51%

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
Decimal170216200.880.640.33343.4978.0137.45
HexAA153E05840211574e25
Octal252257601301004152711645
Binary10101010101011111100101100010000001000011010101111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA153E; }

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

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

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

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

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

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

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

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