Shades of Cardinal #A81039
Tints of Cardinal #A81039
RGB
CMYK
RGB Variations
Color information
#A81039 (or 0xA81039) is known color: Cardinal. HEX triplet: A8, 10 and 39. RGB value is (168,16,57). Sum of RGB (Red+Green+Blue) = 168+16+57=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A81039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81039 is #57EFC6. Grayscale: #424242. Windows color (decimal): -5763015 or 3739816. OLE color: 3739816.
HSL color Cylindrical-coordinate representation of color #A81039: hue angle of 343.82º 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 #A81039 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 57 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.34 |
| HSL | 343.82º | 0.83% | 0.36% | - |
| HSV(B) | 343.82º | 0.9% | 0.66% | - |
| XYZ | 17.07 | 8.99 | 4.71 | - |
| YUV | 66.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 57 | 0 | 0.90 | 0.66 | 0.34 | 343.82 | 0.83 | 0.36 |
| Hex | A8 | 10 | 39 | 0 | 5A | 42 | 22 | 158 | 53 | 24 |
| Octal | 250 | 20 | 71 | 0 | 132 | 102 | 42 | 530 | 123 | 44 |
| Binary | 10101000 | 10000 | 111001 | 0 | 1011010 | 1000010 | 100010 | 101011000 | 1010011 | 100100 |
Color Harmonies of #A81039
Complementary color
Monochromatic Colors of #A81039
Black with #A81039
Text Example
Text Example
White with #A81039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81039; }
p { color: rgb(168,16,57); }
H1.HeaderClassName
{
color: #A81039;
}
.AnyTagClassName
{
color: #A81039;
}
</style>
background-color css
<style>
a { background-color: #A81039; }
a { background-color: rgb(168,16,57); }
div.DivClassName
{
background-color: #A81039;
}
.BgClassName
{
background-color: #A81039;
}
</style>
border-color css
<style>
span { border-color: #A81039; }
span { border-color: rgb(168,16,57); }
td.TdClassName
{
border-color: #A81039;
}
.TagClassName
{
border-color: #A81039;
}
</style>