Shades of Cardinal #A91034
Tints of Cardinal #A91034
RGB
CMYK
RGB Variations
Color information
#A91034 (or 0xA91034) is known color: Cardinal. HEX triplet: A9, 10 and 34. RGB value is (169,16,52). Sum of RGB (Red+Green+Blue) = 169+16+52=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A91034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91034 is #56EFCB. Grayscale: #414141. Windows color (decimal): -5697484 or 3412137. OLE color: 3412137.
HSL color Cylindrical-coordinate representation of color #A91034: hue angle of 345.88º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91034 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 52 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.34 |
| HSL | 345.88º | 0.83% | 0.36% | - |
| HSV(B) | 345.88º | 0.91% | 0.66% | - |
| XYZ | 17.17 | 9.05 | 4.09 | - |
| YUV | 65.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 52 | 0 | 0.91 | 0.69 | 0.34 | 345.88 | 0.83 | 0.36 |
| Hex | A9 | 10 | 34 | 0 | 5B | 45 | 22 | 15A | 53 | 24 |
| Octal | 251 | 20 | 64 | 0 | 133 | 105 | 42 | 532 | 123 | 44 |
| Binary | 10101001 | 10000 | 110100 | 0 | 1011011 | 1000101 | 100010 | 101011010 | 1010011 | 100100 |
Color Harmonies of #A91034
Complementary color
Monochromatic Colors of #A91034
Black with #A91034
Text Example
Text Example
White with #A91034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91034; }
p { color: rgb(169,16,52); }
H1.HeaderClassName
{
color: #A91034;
}
.AnyTagClassName
{
color: #A91034;
}
</style>
background-color css
<style>
a { background-color: #A91034; }
a { background-color: rgb(169,16,52); }
div.DivClassName
{
background-color: #A91034;
}
.BgClassName
{
background-color: #A91034;
}
</style>
border-color css
<style>
span { border-color: #A91034; }
span { border-color: rgb(169,16,52); }
td.TdClassName
{
border-color: #A91034;
}
.TagClassName
{
border-color: #A91034;
}
</style>