Shades of Cardinal #A81737
Tints of Cardinal #A81737
RGB
CMYK
RGB Variations
Color information
#A81737 (or 0xA81737) is known color: Cardinal. HEX triplet: A8, 17 and 37. RGB value is (168,23,55). Sum of RGB (Red+Green+Blue) = 168+23+55=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A81737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81737 is #57E8C8. Grayscale: #464646. Windows color (decimal): -5761225 or 3610536. OLE color: 3610536.
HSL color Cylindrical-coordinate representation of color #A81737: hue angle of 346.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81737 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 55 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.34 |
| HSL | 346.76º | 0.76% | 0.37% | - |
| HSV(B) | 346.76º | 0.86% | 0.66% | - |
| XYZ | 17.14 | 9.21 | 4.49 | - |
| YUV | 70 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 55 | 0 | 0.86 | 0.67 | 0.34 | 346.76 | 0.76 | 0.37 |
| Hex | A8 | 17 | 37 | 0 | 56 | 43 | 22 | 15B | 4C | 25 |
| Octal | 250 | 27 | 67 | 0 | 126 | 103 | 42 | 533 | 114 | 45 |
| Binary | 10101000 | 10111 | 110111 | 0 | 1010110 | 1000011 | 100010 | 101011011 | 1001100 | 100101 |
Color Harmonies of #A81737
Complementary color
Monochromatic Colors of #A81737
Black with #A81737
Text Example
Text Example
White with #A81737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81737; }
p { color: rgb(168,23,55); }
H1.HeaderClassName
{
color: #A81737;
}
.AnyTagClassName
{
color: #A81737;
}
</style>
background-color css
<style>
a { background-color: #A81737; }
a { background-color: rgb(168,23,55); }
div.DivClassName
{
background-color: #A81737;
}
.BgClassName
{
background-color: #A81737;
}
</style>
border-color css
<style>
span { border-color: #A81737; }
span { border-color: rgb(168,23,55); }
td.TdClassName
{
border-color: #A81737;
}
.TagClassName
{
border-color: #A81737;
}
</style>