Shades of Cardinal #AD0731
Tints of Cardinal #AD0731
RGB
CMYK
RGB Variations
Color information
#AD0731 (or 0xAD0731) is known color: Cardinal. HEX triplet: AD, 07 and 31. RGB value is (173,7,49). Sum of RGB (Red+Green+Blue) = 173+7+49=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0731 is #52F8CE. Grayscale: #3D3D3D. Windows color (decimal): -5437647 or 3213229. OLE color: 3213229.
HSL color Cylindrical-coordinate representation of color #AD0731: hue angle of 344.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0731 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 49 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.32 |
| HSL | 344.82º | 0.92% | 0.35% | - |
| HSV(B) | 344.82º | 0.96% | 0.68% | - |
| XYZ | 17.86 | 9.26 | 3.75 | - |
| YUV | 61.42 | 121 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 49 | 0 | 0.96 | 0.72 | 0.32 | 344.82 | 0.92 | 0.35 |
| Hex | AD | 7 | 31 | 0 | 60 | 48 | 20 | 159 | 5C | 23 |
| Octal | 255 | 7 | 61 | 0 | 140 | 110 | 40 | 531 | 134 | 43 |
| Binary | 10101101 | 111 | 110001 | 0 | 1100000 | 1001000 | 100000 | 101011001 | 1011100 | 100011 |
Color Harmonies of #AD0731
Complementary color
Monochromatic Colors of #AD0731
Black with #AD0731
Text Example
Text Example
White with #AD0731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0731; }
p { color: rgb(173,7,49); }
H1.HeaderClassName
{
color: #AD0731;
}
.AnyTagClassName
{
color: #AD0731;
}
</style>
background-color css
<style>
a { background-color: #AD0731; }
a { background-color: rgb(173,7,49); }
div.DivClassName
{
background-color: #AD0731;
}
.BgClassName
{
background-color: #AD0731;
}
</style>
border-color css
<style>
span { border-color: #AD0731; }
span { border-color: rgb(173,7,49); }
td.TdClassName
{
border-color: #AD0731;
}
.TagClassName
{
border-color: #AD0731;
}
</style>