Shades of Cardinal #AA253D
Tints of Cardinal #AA253D
RGB
CMYK
RGB Variations
Color information
#AA253D (or 0xAA253D) is known color: Cardinal. HEX triplet: AA, 25 and 3D. RGB value is (170,37,61). Sum of RGB (Red+Green+Blue) = 170+37+61=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA253D is #55DAC2. Grayscale: #4F4F4F. Windows color (decimal): -5626563 or 4007338. OLE color: 4007338.
HSL color Cylindrical-coordinate representation of color #AA253D: hue angle of 349.17º 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 #AA253D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 61 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.33 |
| HSL | 349.17º | 0.64% | 0.41% | - |
| HSV(B) | 349.17º | 0.78% | 0.67% | - |
| XYZ | 18.08 | 10.21 | 5.43 | - |
| YUV | 79.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 61 | 0 | 0.78 | 0.64 | 0.33 | 349.17 | 0.64 | 0.41 |
| Hex | AA | 25 | 3D | 0 | 4E | 40 | 21 | 15D | 40 | 29 |
| Octal | 252 | 45 | 75 | 0 | 116 | 100 | 41 | 535 | 100 | 51 |
| Binary | 10101010 | 100101 | 111101 | 0 | 1001110 | 1000000 | 100001 | 101011101 | 1000000 | 101001 |
Color Harmonies of #AA253D
Complementary color
Monochromatic Colors of #AA253D
Black with #AA253D
Text Example
Text Example
White with #AA253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA253D; }
p { color: rgb(170,37,61); }
H1.HeaderClassName
{
color: #AA253D;
}
.AnyTagClassName
{
color: #AA253D;
}
</style>
background-color css
<style>
a { background-color: #AA253D; }
a { background-color: rgb(170,37,61); }
div.DivClassName
{
background-color: #AA253D;
}
.BgClassName
{
background-color: #AA253D;
}
</style>
border-color css
<style>
span { border-color: #AA253D; }
span { border-color: rgb(170,37,61); }
td.TdClassName
{
border-color: #AA253D;
}
.TagClassName
{
border-color: #AA253D;
}
</style>