Shades of Cardinal #A91532
Tints of Cardinal #A91532
RGB
CMYK
RGB Variations
Color information
#A91532 (or 0xA91532) is known color: Cardinal. HEX triplet: A9, 15 and 32. RGB value is (169,21,50). Sum of RGB (Red+Green+Blue) = 169+21+50=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A91532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91532 is #56EACD. Grayscale: #444444. Windows color (decimal): -5696206 or 3282345. OLE color: 3282345.
HSL color Cylindrical-coordinate representation of color #A91532: hue angle of 348.24º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91532 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 50 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.34 |
| HSL | 348.24º | 0.78% | 0.37% | - |
| HSV(B) | 348.24º | 0.88% | 0.66% | - |
| XYZ | 17.21 | 9.2 | 3.89 | - |
| YUV | 68.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 50 | 0 | 0.88 | 0.70 | 0.34 | 348.24 | 0.78 | 0.37 |
| Hex | A9 | 15 | 32 | 0 | 58 | 46 | 22 | 15C | 4E | 25 |
| Octal | 251 | 25 | 62 | 0 | 130 | 106 | 42 | 534 | 116 | 45 |
| Binary | 10101001 | 10101 | 110010 | 0 | 1011000 | 1000110 | 100010 | 101011100 | 1001110 | 100101 |
Color Harmonies of #A91532
Complementary color
Monochromatic Colors of #A91532
Black with #A91532
Text Example
Text Example
White with #A91532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91532; }
p { color: rgb(169,21,50); }
H1.HeaderClassName
{
color: #A91532;
}
.AnyTagClassName
{
color: #A91532;
}
</style>
background-color css
<style>
a { background-color: #A91532; }
a { background-color: rgb(169,21,50); }
div.DivClassName
{
background-color: #A91532;
}
.BgClassName
{
background-color: #A91532;
}
</style>
border-color css
<style>
span { border-color: #A91532; }
span { border-color: rgb(169,21,50); }
td.TdClassName
{
border-color: #A91532;
}
.TagClassName
{
border-color: #A91532;
}
</style>