Shades of Cardinal #A91940
Tints of Cardinal #A91940
RGB
CMYK
RGB Variations
Color information
#A91940 (or 0xA91940) is known color: Cardinal. HEX triplet: A9, 19 and 40. RGB value is (169,25,64). Sum of RGB (Red+Green+Blue) = 169+25+64=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A91940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91940 is #56E6BF. Grayscale: #484848. Windows color (decimal): -5695168 or 4200873. OLE color: 4200873.
HSL color Cylindrical-coordinate representation of color #A91940: hue angle of 343.75º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91940 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 64 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.34 |
| HSL | 343.75º | 0.74% | 0.38% | - |
| HSV(B) | 343.75º | 0.85% | 0.66% | - |
| XYZ | 17.64 | 9.5 | 5.75 | - |
| YUV | 72.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 64 | 0 | 0.85 | 0.62 | 0.34 | 343.75 | 0.74 | 0.38 |
| Hex | A9 | 19 | 40 | 0 | 55 | 3E | 22 | 158 | 4A | 26 |
| Octal | 251 | 31 | 100 | 0 | 125 | 76 | 42 | 530 | 112 | 46 |
| Binary | 10101001 | 11001 | 1000000 | 0 | 1010101 | 111110 | 100010 | 101011000 | 1001010 | 100110 |
Color Harmonies of #A91940
Complementary color
Monochromatic Colors of #A91940
Black with #A91940
Text Example
Text Example
White with #A91940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91940; }
p { color: rgb(169,25,64); }
H1.HeaderClassName
{
color: #A91940;
}
.AnyTagClassName
{
color: #A91940;
}
</style>
background-color css
<style>
a { background-color: #A91940; }
a { background-color: rgb(169,25,64); }
div.DivClassName
{
background-color: #A91940;
}
.BgClassName
{
background-color: #A91940;
}
</style>
border-color css
<style>
span { border-color: #A91940; }
span { border-color: rgb(169,25,64); }
td.TdClassName
{
border-color: #A91940;
}
.TagClassName
{
border-color: #A91940;
}
</style>