Shades of Cardinal #AD0637
Tints of Cardinal #AD0637
RGB
CMYK
RGB Variations
Color information
#AD0637 (or 0xAD0637) is known color: Cardinal. HEX triplet: AD, 06 and 37. RGB value is (173,6,55). Sum of RGB (Red+Green+Blue) = 173+6+55=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0637 is #52F9C8. Grayscale: #3D3D3D. Windows color (decimal): -5437897 or 3606189. OLE color: 3606189.
HSL color Cylindrical-coordinate representation of color #AD0637: hue angle of 342.4º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0637 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.32 |
| HSL | 342.4º | 0.93% | 0.35% | - |
| HSV(B) | 342.4º | 0.97% | 0.68% | - |
| XYZ | 17.99 | 9.29 | 4.46 | - |
| YUV | 61.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 55 | 0 | 0.97 | 0.68 | 0.32 | 342.4 | 0.93 | 0.35 |
| Hex | AD | 6 | 37 | 0 | 61 | 44 | 20 | 156 | 5D | 23 |
| Octal | 255 | 6 | 67 | 0 | 141 | 104 | 40 | 526 | 135 | 43 |
| Binary | 10101101 | 110 | 110111 | 0 | 1100001 | 1000100 | 100000 | 101010110 | 1011101 | 100011 |
Color Harmonies of #AD0637
Complementary color
Monochromatic Colors of #AD0637
Black with #AD0637
Text Example
Text Example
White with #AD0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0637; }
p { color: rgb(173,6,55); }
H1.HeaderClassName
{
color: #AD0637;
}
.AnyTagClassName
{
color: #AD0637;
}
</style>
background-color css
<style>
a { background-color: #AD0637; }
a { background-color: rgb(173,6,55); }
div.DivClassName
{
background-color: #AD0637;
}
.BgClassName
{
background-color: #AD0637;
}
</style>
border-color css
<style>
span { border-color: #AD0637; }
span { border-color: rgb(173,6,55); }
td.TdClassName
{
border-color: #AD0637;
}
.TagClassName
{
border-color: #AD0637;
}
</style>