Shades of Cardinal #AD2837
Tints of Cardinal #AD2837
RGB
CMYK
RGB Variations
Color information
#AD2837 (or 0xAD2837) is known color: Cardinal. HEX triplet: AD, 28 and 37. RGB value is (173,40,55). Sum of RGB (Red+Green+Blue) = 173+40+55=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2837 is #52D7C8. Grayscale: #515151. Windows color (decimal): -5429193 or 3614893. OLE color: 3614893.
HSL color Cylindrical-coordinate representation of color #AD2837: hue angle of 353.23º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2837 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 55 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.32 |
| HSL | 353.23º | 0.62% | 0.42% | - |
| HSV(B) | 353.23º | 0.77% | 0.68% | - |
| XYZ | 18.68 | 10.68 | 4.69 | - |
| YUV | 81.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 55 | 0 | 0.77 | 0.68 | 0.32 | 353.23 | 0.62 | 0.42 |
| Hex | AD | 28 | 37 | 0 | 4D | 44 | 20 | 161 | 3E | 2A |
| Octal | 255 | 50 | 67 | 0 | 115 | 104 | 40 | 541 | 76 | 52 |
| Binary | 10101101 | 101000 | 110111 | 0 | 1001101 | 1000100 | 100000 | 101100001 | 111110 | 101010 |
Color Harmonies of #AD2837
Complementary color
Monochromatic Colors of #AD2837
Black with #AD2837
Text Example
Text Example
White with #AD2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2837; }
p { color: rgb(173,40,55); }
H1.HeaderClassName
{
color: #AD2837;
}
.AnyTagClassName
{
color: #AD2837;
}
</style>
background-color css
<style>
a { background-color: #AD2837; }
a { background-color: rgb(173,40,55); }
div.DivClassName
{
background-color: #AD2837;
}
.BgClassName
{
background-color: #AD2837;
}
</style>
border-color css
<style>
span { border-color: #AD2837; }
span { border-color: rgb(173,40,55); }
td.TdClassName
{
border-color: #AD2837;
}
.TagClassName
{
border-color: #AD2837;
}
</style>