Shades of Cardinal #AA253C
Tints of Cardinal #AA253C
RGB
CMYK
RGB Variations
Color information
#AA253C (or 0xAA253C) is known color: Cardinal. HEX triplet: AA, 25 and 3C. RGB value is (170,37,60). Sum of RGB (Red+Green+Blue) = 170+37+60=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA253C is #55DAC3. Grayscale: #4F4F4F. Windows color (decimal): -5626564 or 3941802. OLE color: 3941802.
HSL color Cylindrical-coordinate representation of color #AA253C: hue angle of 349.62º 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 #AA253C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 60 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.33 |
| HSL | 349.62º | 0.64% | 0.41% | - |
| HSV(B) | 349.62º | 0.78% | 0.67% | - |
| XYZ | 18.05 | 10.2 | 5.29 | - |
| YUV | 79.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 60 | 0 | 0.78 | 0.65 | 0.33 | 349.62 | 0.64 | 0.41 |
| Hex | AA | 25 | 3C | 0 | 4E | 41 | 21 | 15E | 40 | 29 |
| Octal | 252 | 45 | 74 | 0 | 116 | 101 | 41 | 536 | 100 | 51 |
| Binary | 10101010 | 100101 | 111100 | 0 | 1001110 | 1000001 | 100001 | 101011110 | 1000000 | 101001 |
Color Harmonies of #AA253C
Complementary color
Monochromatic Colors of #AA253C
Black with #AA253C
Text Example
Text Example
White with #AA253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA253C; }
p { color: rgb(170,37,60); }
H1.HeaderClassName
{
color: #AA253C;
}
.AnyTagClassName
{
color: #AA253C;
}
</style>
background-color css
<style>
a { background-color: #AA253C; }
a { background-color: rgb(170,37,60); }
div.DivClassName
{
background-color: #AA253C;
}
.BgClassName
{
background-color: #AA253C;
}
</style>
border-color css
<style>
span { border-color: #AA253C; }
span { border-color: rgb(170,37,60); }
td.TdClassName
{
border-color: #AA253C;
}
.TagClassName
{
border-color: #AA253C;
}
</style>