Shades of Cardinal #AD2737
Tints of Cardinal #AD2737
RGB
CMYK
RGB Variations
Color information
#AD2737 (or 0xAD2737) is known color: Cardinal. HEX triplet: AD, 27 and 37. RGB value is (173,39,55). Sum of RGB (Red+Green+Blue) = 173+39+55=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2737 is #52D8C8. Grayscale: #505050. Windows color (decimal): -5429449 or 3614637. OLE color: 3614637.
HSL color Cylindrical-coordinate representation of color #AD2737: hue angle of 352.84º degrees, saturation: 0.63, 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 #AD2737 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 55 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.32 |
| HSL | 352.84º | 0.63% | 0.42% | - |
| HSV(B) | 352.84º | 0.77% | 0.68% | - |
| XYZ | 18.65 | 10.61 | 4.68 | - |
| YUV | 80.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 55 | 0 | 0.77 | 0.68 | 0.32 | 352.84 | 0.63 | 0.42 |
| Hex | AD | 27 | 37 | 0 | 4D | 44 | 20 | 161 | 3F | 2A |
| Octal | 255 | 47 | 67 | 0 | 115 | 104 | 40 | 541 | 77 | 52 |
| Binary | 10101101 | 100111 | 110111 | 0 | 1001101 | 1000100 | 100000 | 101100001 | 111111 | 101010 |
Color Harmonies of #AD2737
Complementary color
Monochromatic Colors of #AD2737
Black with #AD2737
Text Example
Text Example
White with #AD2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2737; }
p { color: rgb(173,39,55); }
H1.HeaderClassName
{
color: #AD2737;
}
.AnyTagClassName
{
color: #AD2737;
}
</style>
background-color css
<style>
a { background-color: #AD2737; }
a { background-color: rgb(173,39,55); }
div.DivClassName
{
background-color: #AD2737;
}
.BgClassName
{
background-color: #AD2737;
}
</style>
border-color css
<style>
span { border-color: #AD2737; }
span { border-color: rgb(173,39,55); }
td.TdClassName
{
border-color: #AD2737;
}
.TagClassName
{
border-color: #AD2737;
}
</style>