Shades of Cardinal #AD0136
Tints of Cardinal #AD0136
RGB
CMYK
RGB Variations
Color information
#AD0136 (or 0xAD0136) is known color: Cardinal. HEX triplet: AD, 01 and 36. RGB value is (173,1,54). Sum of RGB (Red+Green+Blue) = 173+1+54=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0136 is #52FEC9. Grayscale: #3A3A3A. Windows color (decimal): -5439178 or 3539373. OLE color: 3539373.
HSL color Cylindrical-coordinate representation of color #AD0136: hue angle of 341.51º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0136 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.32 |
| HSL | 341.51º | 0.99% | 0.34% | - |
| HSV(B) | 341.51º | 0.99% | 0.68% | - |
| XYZ | 17.91 | 9.17 | 4.32 | - |
| YUV | 58.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 54 | 0 | 0.99 | 0.69 | 0.32 | 341.51 | 0.99 | 0.34 |
| Hex | AD | 1 | 36 | 0 | 63 | 45 | 20 | 156 | 63 | 22 |
| Octal | 255 | 1 | 66 | 0 | 143 | 105 | 40 | 526 | 143 | 42 |
| Binary | 10101101 | 1 | 110110 | 0 | 1100011 | 1000101 | 100000 | 101010110 | 1100011 | 100010 |
Color Harmonies of #AD0136
Complementary color
Monochromatic Colors of #AD0136
Black with #AD0136
Text Example
Text Example
White with #AD0136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0136; }
p { color: rgb(173,1,54); }
H1.HeaderClassName
{
color: #AD0136;
}
.AnyTagClassName
{
color: #AD0136;
}
</style>
background-color css
<style>
a { background-color: #AD0136; }
a { background-color: rgb(173,1,54); }
div.DivClassName
{
background-color: #AD0136;
}
.BgClassName
{
background-color: #AD0136;
}
</style>
border-color css
<style>
span { border-color: #AD0136; }
span { border-color: rgb(173,1,54); }
td.TdClassName
{
border-color: #AD0136;
}
.TagClassName
{
border-color: #AD0136;
}
</style>