Shades of Cardinal #A91943
Tints of Cardinal #A91943
RGB
CMYK
RGB Variations
Color information
#A91943 (or 0xA91943) is known color: Cardinal. HEX triplet: A9, 19 and 43. RGB value is (169,25,67). Sum of RGB (Red+Green+Blue) = 169+25+67=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A91943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91943 is #56E6BC. Grayscale: #484848. Windows color (decimal): -5695165 or 4397481. OLE color: 4397481.
HSL color Cylindrical-coordinate representation of color #A91943: hue angle of 342.5º 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 #A91943 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 67 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.34 |
| HSL | 342.5º | 0.74% | 0.38% | - |
| HSV(B) | 342.5º | 0.85% | 0.66% | - |
| XYZ | 17.72 | 9.54 | 6.22 | - |
| YUV | 72.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 67 | 0 | 0.85 | 0.60 | 0.34 | 342.5 | 0.74 | 0.38 |
| Hex | A9 | 19 | 43 | 0 | 55 | 3C | 22 | 156 | 4A | 26 |
| Octal | 251 | 31 | 103 | 0 | 125 | 74 | 42 | 526 | 112 | 46 |
| Binary | 10101001 | 11001 | 1000011 | 0 | 1010101 | 111100 | 100010 | 101010110 | 1001010 | 100110 |
Color Harmonies of #A91943
Complementary color
Monochromatic Colors of #A91943
Black with #A91943
Text Example
Text Example
White with #A91943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91943; }
p { color: rgb(169,25,67); }
H1.HeaderClassName
{
color: #A91943;
}
.AnyTagClassName
{
color: #A91943;
}
</style>
background-color css
<style>
a { background-color: #A91943; }
a { background-color: rgb(169,25,67); }
div.DivClassName
{
background-color: #A91943;
}
.BgClassName
{
background-color: #A91943;
}
</style>
border-color css
<style>
span { border-color: #A91943; }
span { border-color: rgb(169,25,67); }
td.TdClassName
{
border-color: #A91943;
}
.TagClassName
{
border-color: #A91943;
}
</style>