Shades of Cardinal #A91330
Tints of Cardinal #A91330
RGB
CMYK
RGB Variations
Color information
#A91330 (or 0xA91330) is known color: Cardinal. HEX triplet: A9, 13 and 30. RGB value is (169,19,48). Sum of RGB (Red+Green+Blue) = 169+19+48=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A91330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91330 is #56ECCF. Grayscale: #434343. Windows color (decimal): -5696720 or 3150761. OLE color: 3150761.
HSL color Cylindrical-coordinate representation of color #A91330: hue angle of 348.4º 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 #A91330 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 48 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.34 |
| HSL | 348.4º | 0.8% | 0.37% | - |
| HSV(B) | 348.4º | 0.89% | 0.66% | - |
| XYZ | 17.13 | 9.11 | 3.65 | - |
| YUV | 67.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 48 | 0 | 0.89 | 0.72 | 0.34 | 348.4 | 0.8 | 0.37 |
| Hex | A9 | 13 | 30 | 0 | 59 | 48 | 22 | 15C | 50 | 25 |
| Octal | 251 | 23 | 60 | 0 | 131 | 110 | 42 | 534 | 120 | 45 |
| Binary | 10101001 | 10011 | 110000 | 0 | 1011001 | 1001000 | 100010 | 101011100 | 1010000 | 100101 |
Color Harmonies of #A91330
Complementary color
Monochromatic Colors of #A91330
Black with #A91330
Text Example
Text Example
White with #A91330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91330; }
p { color: rgb(169,19,48); }
H1.HeaderClassName
{
color: #A91330;
}
.AnyTagClassName
{
color: #A91330;
}
</style>
background-color css
<style>
a { background-color: #A91330; }
a { background-color: rgb(169,19,48); }
div.DivClassName
{
background-color: #A91330;
}
.BgClassName
{
background-color: #A91330;
}
</style>
border-color css
<style>
span { border-color: #A91330; }
span { border-color: rgb(169,19,48); }
td.TdClassName
{
border-color: #A91330;
}
.TagClassName
{
border-color: #A91330;
}
</style>