Shades of Cardinal #A81040
Tints of Cardinal #A81040
RGB
CMYK
RGB Variations
Color information
#A81040 (or 0xA81040) is known color: Cardinal. HEX triplet: A8, 10 and 40. RGB value is (168,16,64). Sum of RGB (Red+Green+Blue) = 168+16+64=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A81040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81040 is #57EFBF. Grayscale: #424242. Windows color (decimal): -5763008 or 4198568. OLE color: 4198568.
HSL color Cylindrical-coordinate representation of color #A81040: hue angle of 341.05º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81040 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 64 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.34 |
| HSL | 341.05º | 0.83% | 0.36% | - |
| HSV(B) | 341.05º | 0.9% | 0.66% | - |
| XYZ | 17.26 | 9.07 | 5.69 | - |
| YUV | 66.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 64 | 0 | 0.90 | 0.62 | 0.34 | 341.05 | 0.83 | 0.36 |
| Hex | A8 | 10 | 40 | 0 | 5A | 3E | 22 | 155 | 53 | 24 |
| Octal | 250 | 20 | 100 | 0 | 132 | 76 | 42 | 525 | 123 | 44 |
| Binary | 10101000 | 10000 | 1000000 | 0 | 1011010 | 111110 | 100010 | 101010101 | 1010011 | 100100 |
Color Harmonies of #A81040
Complementary color
Monochromatic Colors of #A81040
Black with #A81040
Text Example
Text Example
White with #A81040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81040; }
p { color: rgb(168,16,64); }
H1.HeaderClassName
{
color: #A81040;
}
.AnyTagClassName
{
color: #A81040;
}
</style>
background-color css
<style>
a { background-color: #A81040; }
a { background-color: rgb(168,16,64); }
div.DivClassName
{
background-color: #A81040;
}
.BgClassName
{
background-color: #A81040;
}
</style>
border-color css
<style>
span { border-color: #A81040; }
span { border-color: rgb(168,16,64); }
td.TdClassName
{
border-color: #A81040;
}
.TagClassName
{
border-color: #A81040;
}
</style>