Shades of Cardinal #A91030
Tints of Cardinal #A91030
RGB
CMYK
RGB Variations
Color information
#A91030 (or 0xA91030) is known color: Cardinal. HEX triplet: A9, 10 and 30. RGB value is (169,16,48). Sum of RGB (Red+Green+Blue) = 169+16+48=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A91030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91030 is #56EFCF. Grayscale: #414141. Windows color (decimal): -5697488 or 3149993. OLE color: 3149993.
HSL color Cylindrical-coordinate representation of color #A91030: hue angle of 347.45º 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 #A91030 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 48 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.34 |
| HSL | 347.45º | 0.83% | 0.36% | - |
| HSV(B) | 347.45º | 0.91% | 0.66% | - |
| XYZ | 17.08 | 9.02 | 3.64 | - |
| YUV | 65.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 48 | 0 | 0.91 | 0.72 | 0.34 | 347.45 | 0.83 | 0.36 |
| Hex | A9 | 10 | 30 | 0 | 5B | 48 | 22 | 15B | 53 | 24 |
| Octal | 251 | 20 | 60 | 0 | 133 | 110 | 42 | 533 | 123 | 44 |
| Binary | 10101001 | 10000 | 110000 | 0 | 1011011 | 1001000 | 100010 | 101011011 | 1010011 | 100100 |
Color Harmonies of #A91030
Complementary color
Monochromatic Colors of #A91030
Black with #A91030
Text Example
Text Example
White with #A91030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91030; }
p { color: rgb(169,16,48); }
H1.HeaderClassName
{
color: #A91030;
}
.AnyTagClassName
{
color: #A91030;
}
</style>
background-color css
<style>
a { background-color: #A91030; }
a { background-color: rgb(169,16,48); }
div.DivClassName
{
background-color: #A91030;
}
.BgClassName
{
background-color: #A91030;
}
</style>
border-color css
<style>
span { border-color: #A91030; }
span { border-color: rgb(169,16,48); }
td.TdClassName
{
border-color: #A91030;
}
.TagClassName
{
border-color: #A91030;
}
</style>