Shades of Cardinal #A91334
Tints of Cardinal #A91334
RGB
CMYK
RGB Variations
Color information
#A91334 (or 0xA91334) is known color: Cardinal. HEX triplet: A9, 13 and 34. RGB value is (169,19,52). Sum of RGB (Red+Green+Blue) = 169+19+52=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A91334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91334 is #56ECCB. Grayscale: #434343. Windows color (decimal): -5696716 or 3412905. OLE color: 3412905.
HSL color Cylindrical-coordinate representation of color #A91334: hue angle of 346.8º 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 #A91334 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 52 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.34 |
| HSL | 346.8º | 0.8% | 0.37% | - |
| HSV(B) | 346.8º | 0.89% | 0.66% | - |
| XYZ | 17.21 | 9.15 | 4.11 | - |
| YUV | 67.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 52 | 0 | 0.89 | 0.69 | 0.34 | 346.8 | 0.8 | 0.37 |
| Hex | A9 | 13 | 34 | 0 | 59 | 45 | 22 | 15B | 50 | 25 |
| Octal | 251 | 23 | 64 | 0 | 131 | 105 | 42 | 533 | 120 | 45 |
| Binary | 10101001 | 10011 | 110100 | 0 | 1011001 | 1000101 | 100010 | 101011011 | 1010000 | 100101 |
Color Harmonies of #A91334
Complementary color
Monochromatic Colors of #A91334
Black with #A91334
Text Example
Text Example
White with #A91334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91334; }
p { color: rgb(169,19,52); }
H1.HeaderClassName
{
color: #A91334;
}
.AnyTagClassName
{
color: #A91334;
}
</style>
background-color css
<style>
a { background-color: #A91334; }
a { background-color: rgb(169,19,52); }
div.DivClassName
{
background-color: #A91334;
}
.BgClassName
{
background-color: #A91334;
}
</style>
border-color css
<style>
span { border-color: #A91334; }
span { border-color: rgb(169,19,52); }
td.TdClassName
{
border-color: #A91334;
}
.TagClassName
{
border-color: #A91334;
}
</style>