Shades of Cardinal #A81337
Tints of Cardinal #A81337
RGB
CMYK
RGB Variations
Color information
#A81337 (or 0xA81337) is known color: Cardinal. HEX triplet: A8, 13 and 37. RGB value is (168,19,55). Sum of RGB (Red+Green+Blue) = 168+19+55=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A81337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81337 is #57ECC8. Grayscale: #434343. Windows color (decimal): -5762249 or 3609512. OLE color: 3609512.
HSL color Cylindrical-coordinate representation of color #A81337: hue angle of 345.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81337 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 55 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.34 |
| HSL | 345.5º | 0.8% | 0.37% | - |
| HSV(B) | 345.5º | 0.89% | 0.66% | - |
| XYZ | 17.07 | 9.07 | 4.46 | - |
| YUV | 67.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 55 | 0 | 0.89 | 0.67 | 0.34 | 345.5 | 0.8 | 0.37 |
| Hex | A8 | 13 | 37 | 0 | 59 | 43 | 22 | 15A | 50 | 25 |
| Octal | 250 | 23 | 67 | 0 | 131 | 103 | 42 | 532 | 120 | 45 |
| Binary | 10101000 | 10011 | 110111 | 0 | 1011001 | 1000011 | 100010 | 101011010 | 1010000 | 100101 |
Color Harmonies of #A81337
Complementary color
Monochromatic Colors of #A81337
Black with #A81337
Text Example
Text Example
White with #A81337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81337; }
p { color: rgb(168,19,55); }
H1.HeaderClassName
{
color: #A81337;
}
.AnyTagClassName
{
color: #A81337;
}
</style>
background-color css
<style>
a { background-color: #A81337; }
a { background-color: rgb(168,19,55); }
div.DivClassName
{
background-color: #A81337;
}
.BgClassName
{
background-color: #A81337;
}
</style>
border-color css
<style>
span { border-color: #A81337; }
span { border-color: rgb(168,19,55); }
td.TdClassName
{
border-color: #A81337;
}
.TagClassName
{
border-color: #A81337;
}
</style>