Shades of Cardinal #A9253D
Tints of Cardinal #A9253D
RGB
CMYK
RGB Variations
Color information
#A9253D (or 0xA9253D) is known color: Cardinal. HEX triplet: A9, 25 and 3D. RGB value is (169,37,61). Sum of RGB (Red+Green+Blue) = 169+37+61=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9253D is #56DAC2. Grayscale: #4F4F4F. Windows color (decimal): -5692099 or 4007337. OLE color: 4007337.
HSL color Cylindrical-coordinate representation of color #A9253D: hue angle of 349.09º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9253D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 61 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.34 |
| HSL | 349.09º | 0.64% | 0.4% | - |
| HSV(B) | 349.09º | 0.78% | 0.66% | - |
| XYZ | 17.87 | 10.1 | 5.42 | - |
| YUV | 79.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 61 | 0 | 0.78 | 0.64 | 0.34 | 349.09 | 0.64 | 0.4 |
| Hex | A9 | 25 | 3D | 0 | 4E | 40 | 22 | 15D | 40 | 28 |
| Octal | 251 | 45 | 75 | 0 | 116 | 100 | 42 | 535 | 100 | 50 |
| Binary | 10101001 | 100101 | 111101 | 0 | 1001110 | 1000000 | 100010 | 101011101 | 1000000 | 101000 |
Color Harmonies of #A9253D
Complementary color
Monochromatic Colors of #A9253D
Black with #A9253D
Text Example
Text Example
White with #A9253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9253D; }
p { color: rgb(169,37,61); }
H1.HeaderClassName
{
color: #A9253D;
}
.AnyTagClassName
{
color: #A9253D;
}
</style>
background-color css
<style>
a { background-color: #A9253D; }
a { background-color: rgb(169,37,61); }
div.DivClassName
{
background-color: #A9253D;
}
.BgClassName
{
background-color: #A9253D;
}
</style>
border-color css
<style>
span { border-color: #A9253D; }
span { border-color: rgb(169,37,61); }
td.TdClassName
{
border-color: #A9253D;
}
.TagClassName
{
border-color: #A9253D;
}
</style>