Shades of Cardinal #AA152F
Tints of Cardinal #AA152F
RGB
CMYK
RGB Variations
Color information
#AA152F (or 0xAA152F) is known color: Cardinal. HEX triplet: AA, 15 and 2F. RGB value is (170,21,47). Sum of RGB (Red+Green+Blue) = 170+21+47=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA152F is #55EAD0. Grayscale: #444444. Windows color (decimal): -5630673 or 3085738. OLE color: 3085738.
HSL color Cylindrical-coordinate representation of color #AA152F: hue angle of 349.53º 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 #AA152F is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 47 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.33 |
| HSL | 349.53º | 0.78% | 0.37% | - |
| HSV(B) | 349.53º | 0.88% | 0.67% | - |
| XYZ | 17.36 | 9.29 | 3.57 | - |
| YUV | 68.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 47 | 0 | 0.88 | 0.72 | 0.33 | 349.53 | 0.78 | 0.37 |
| Hex | AA | 15 | 2F | 0 | 58 | 48 | 21 | 15E | 4E | 25 |
| Octal | 252 | 25 | 57 | 0 | 130 | 110 | 41 | 536 | 116 | 45 |
| Binary | 10101010 | 10101 | 101111 | 0 | 1011000 | 1001000 | 100001 | 101011110 | 1001110 | 100101 |
Color Harmonies of #AA152F
Complementary color
Monochromatic Colors of #AA152F
Black with #AA152F
Text Example
Text Example
White with #AA152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA152F; }
p { color: rgb(170,21,47); }
H1.HeaderClassName
{
color: #AA152F;
}
.AnyTagClassName
{
color: #AA152F;
}
</style>
background-color css
<style>
a { background-color: #AA152F; }
a { background-color: rgb(170,21,47); }
div.DivClassName
{
background-color: #AA152F;
}
.BgClassName
{
background-color: #AA152F;
}
</style>
border-color css
<style>
span { border-color: #AA152F; }
span { border-color: rgb(170,21,47); }
td.TdClassName
{
border-color: #AA152F;
}
.TagClassName
{
border-color: #AA152F;
}
</style>