Shades of Cardinal #AA253B
Tints of Cardinal #AA253B
RGB
CMYK
RGB Variations
Color information
#AA253B (or 0xAA253B) is known color: Cardinal. HEX triplet: AA, 25 and 3B. RGB value is (170,37,59). Sum of RGB (Red+Green+Blue) = 170+37+59=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA253B is #55DAC4. Grayscale: #4F4F4F. Windows color (decimal): -5626565 or 3876266. OLE color: 3876266.
HSL color Cylindrical-coordinate representation of color #AA253B: hue angle of 350.08º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA253B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 59 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.33 |
| HSL | 350.08º | 0.64% | 0.41% | - |
| HSV(B) | 350.08º | 0.78% | 0.67% | - |
| XYZ | 18.03 | 10.18 | 5.15 | - |
| YUV | 79.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 59 | 0 | 0.78 | 0.65 | 0.33 | 350.08 | 0.64 | 0.41 |
| Hex | AA | 25 | 3B | 0 | 4E | 41 | 21 | 15E | 40 | 29 |
| Octal | 252 | 45 | 73 | 0 | 116 | 101 | 41 | 536 | 100 | 51 |
| Binary | 10101010 | 100101 | 111011 | 0 | 1001110 | 1000001 | 100001 | 101011110 | 1000000 | 101001 |
Color Harmonies of #AA253B
Complementary color
Monochromatic Colors of #AA253B
Black with #AA253B
Text Example
Text Example
White with #AA253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA253B; }
p { color: rgb(170,37,59); }
H1.HeaderClassName
{
color: #AA253B;
}
.AnyTagClassName
{
color: #AA253B;
}
</style>
background-color css
<style>
a { background-color: #AA253B; }
a { background-color: rgb(170,37,59); }
div.DivClassName
{
background-color: #AA253B;
}
.BgClassName
{
background-color: #AA253B;
}
</style>
border-color css
<style>
span { border-color: #AA253B; }
span { border-color: rgb(170,37,59); }
td.TdClassName
{
border-color: #AA253B;
}
.TagClassName
{
border-color: #AA253B;
}
</style>