Shades of Cardinal #A91336
Tints of Cardinal #A91336
RGB
CMYK
RGB Variations
Color information
#A91336 (or 0xA91336) is known color: Cardinal. HEX triplet: A9, 13 and 36. RGB value is (169,19,54). Sum of RGB (Red+Green+Blue) = 169+19+54=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A91336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91336 is #56ECC9. Grayscale: #434343. Windows color (decimal): -5696714 or 3543977. OLE color: 3543977.
HSL color Cylindrical-coordinate representation of color #A91336: hue angle of 346º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91336 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 54 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.34 |
| HSL | 346º | 0.8% | 0.37% | - |
| HSV(B) | 346º | 0.89% | 0.66% | - |
| XYZ | 17.26 | 9.17 | 4.35 | - |
| YUV | 67.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 54 | 0 | 0.89 | 0.68 | 0.34 | 346 | 0.8 | 0.37 |
| Hex | A9 | 13 | 36 | 0 | 59 | 44 | 22 | 15A | 50 | 25 |
| Octal | 251 | 23 | 66 | 0 | 131 | 104 | 42 | 532 | 120 | 45 |
| Binary | 10101001 | 10011 | 110110 | 0 | 1011001 | 1000100 | 100010 | 101011010 | 1010000 | 100101 |
Color Harmonies of #A91336
Complementary color
Monochromatic Colors of #A91336
Black with #A91336
Text Example
Text Example
White with #A91336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91336; }
p { color: rgb(169,19,54); }
H1.HeaderClassName
{
color: #A91336;
}
.AnyTagClassName
{
color: #A91336;
}
</style>
background-color css
<style>
a { background-color: #A91336; }
a { background-color: rgb(169,19,54); }
div.DivClassName
{
background-color: #A91336;
}
.BgClassName
{
background-color: #A91336;
}
</style>
border-color css
<style>
span { border-color: #A91336; }
span { border-color: rgb(169,19,54); }
td.TdClassName
{
border-color: #A91336;
}
.TagClassName
{
border-color: #A91336;
}
</style>