Shades of Cardinal #A91938
Tints of Cardinal #A91938
RGB
CMYK
RGB Variations
Color information
#A91938 (or 0xA91938) is known color: Cardinal. HEX triplet: A9, 19 and 38. RGB value is (169,25,56). Sum of RGB (Red+Green+Blue) = 169+25+56=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A91938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91938 is #56E6C7. Grayscale: #474747. Windows color (decimal): -5695176 or 3676585. OLE color: 3676585.
HSL color Cylindrical-coordinate representation of color #A91938: hue angle of 347.08º 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 #A91938 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 56 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.34 |
| HSL | 347.08º | 0.74% | 0.38% | - |
| HSV(B) | 347.08º | 0.85% | 0.66% | - |
| XYZ | 17.42 | 9.42 | 4.64 | - |
| YUV | 71.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 56 | 0 | 0.85 | 0.67 | 0.34 | 347.08 | 0.74 | 0.38 |
| Hex | A9 | 19 | 38 | 0 | 55 | 43 | 22 | 15B | 4A | 26 |
| Octal | 251 | 31 | 70 | 0 | 125 | 103 | 42 | 533 | 112 | 46 |
| Binary | 10101001 | 11001 | 111000 | 0 | 1010101 | 1000011 | 100010 | 101011011 | 1001010 | 100110 |
Color Harmonies of #A91938
Complementary color
Monochromatic Colors of #A91938
Black with #A91938
Text Example
Text Example
White with #A91938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91938; }
p { color: rgb(169,25,56); }
H1.HeaderClassName
{
color: #A91938;
}
.AnyTagClassName
{
color: #A91938;
}
</style>
background-color css
<style>
a { background-color: #A91938; }
a { background-color: rgb(169,25,56); }
div.DivClassName
{
background-color: #A91938;
}
.BgClassName
{
background-color: #A91938;
}
</style>
border-color css
<style>
span { border-color: #A91938; }
span { border-color: rgb(169,25,56); }
td.TdClassName
{
border-color: #A91938;
}
.TagClassName
{
border-color: #A91938;
}
</style>