Shades of Cardinal #A91933
Tints of Cardinal #A91933
RGB
CMYK
RGB Variations
Color information
#A91933 (or 0xA91933) is known color: Cardinal. HEX triplet: A9, 19 and 33. RGB value is (169,25,51). Sum of RGB (Red+Green+Blue) = 169+25+51=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A91933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91933 is #56E6CC. Grayscale: #474747. Windows color (decimal): -5695181 or 3348905. OLE color: 3348905.
HSL color Cylindrical-coordinate representation of color #A91933: hue angle of 349.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91933 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 51 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.34 |
| HSL | 349.17º | 0.74% | 0.38% | - |
| HSV(B) | 349.17º | 0.85% | 0.66% | - |
| XYZ | 17.31 | 9.37 | 4.03 | - |
| YUV | 71.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 51 | 0 | 0.85 | 0.70 | 0.34 | 349.17 | 0.74 | 0.38 |
| Hex | A9 | 19 | 33 | 0 | 55 | 46 | 22 | 15D | 4A | 26 |
| Octal | 251 | 31 | 63 | 0 | 125 | 106 | 42 | 535 | 112 | 46 |
| Binary | 10101001 | 11001 | 110011 | 0 | 1010101 | 1000110 | 100010 | 101011101 | 1001010 | 100110 |
Color Harmonies of #A91933
Complementary color
Monochromatic Colors of #A91933
Black with #A91933
Text Example
Text Example
White with #A91933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91933; }
p { color: rgb(169,25,51); }
H1.HeaderClassName
{
color: #A91933;
}
.AnyTagClassName
{
color: #A91933;
}
</style>
background-color css
<style>
a { background-color: #A91933; }
a { background-color: rgb(169,25,51); }
div.DivClassName
{
background-color: #A91933;
}
.BgClassName
{
background-color: #A91933;
}
</style>
border-color css
<style>
span { border-color: #A91933; }
span { border-color: rgb(169,25,51); }
td.TdClassName
{
border-color: #A91933;
}
.TagClassName
{
border-color: #A91933;
}
</style>