Shades of Cardinal #A81940
Tints of Cardinal #A81940
RGB
CMYK
RGB Variations
Color information
#A81940 (or 0xA81940) is known color: Cardinal. HEX triplet: A8, 19 and 40. RGB value is (168,25,64). Sum of RGB (Red+Green+Blue) = 168+25+64=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A81940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81940 is #57E6BF. Grayscale: #484848. Windows color (decimal): -5760704 or 4200872. OLE color: 4200872.
HSL color Cylindrical-coordinate representation of color #A81940: hue angle of 343.64º 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 #A81940 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 64 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.34 |
| HSL | 343.64º | 0.74% | 0.38% | - |
| HSV(B) | 343.64º | 0.85% | 0.66% | - |
| XYZ | 17.42 | 9.39 | 5.74 | - |
| YUV | 72.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 64 | 0 | 0.85 | 0.62 | 0.34 | 343.64 | 0.74 | 0.38 |
| Hex | A8 | 19 | 40 | 0 | 55 | 3E | 22 | 158 | 4A | 26 |
| Octal | 250 | 31 | 100 | 0 | 125 | 76 | 42 | 530 | 112 | 46 |
| Binary | 10101000 | 11001 | 1000000 | 0 | 1010101 | 111110 | 100010 | 101011000 | 1001010 | 100110 |
Color Harmonies of #A81940
Complementary color
Monochromatic Colors of #A81940
Black with #A81940
Text Example
Text Example
White with #A81940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81940; }
p { color: rgb(168,25,64); }
H1.HeaderClassName
{
color: #A81940;
}
.AnyTagClassName
{
color: #A81940;
}
</style>
background-color css
<style>
a { background-color: #A81940; }
a { background-color: rgb(168,25,64); }
div.DivClassName
{
background-color: #A81940;
}
.BgClassName
{
background-color: #A81940;
}
</style>
border-color css
<style>
span { border-color: #A81940; }
span { border-color: rgb(168,25,64); }
td.TdClassName
{
border-color: #A81940;
}
.TagClassName
{
border-color: #A81940;
}
</style>