Shades of Cardinal #AD0139
Tints of Cardinal #AD0139
RGB
CMYK
RGB Variations
Color information
#AD0139 (or 0xAD0139) is known color: Cardinal. HEX triplet: AD, 01 and 39. RGB value is (173,1,57). Sum of RGB (Red+Green+Blue) = 173+1+57=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0139 is #52FEC6. Grayscale: #3A3A3A. Windows color (decimal): -5439175 or 3735981. OLE color: 3735981.
HSL color Cylindrical-coordinate representation of color #AD0139: hue angle of 340.47º 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 #AD0139 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.32 |
| HSL | 340.47º | 0.99% | 0.34% | - |
| HSV(B) | 340.47º | 0.99% | 0.68% | - |
| XYZ | 17.98 | 9.2 | 4.7 | - |
| YUV | 58.81 | 126.98 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 57 | 0 | 0.99 | 0.67 | 0.32 | 340.47 | 0.99 | 0.34 |
| Hex | AD | 1 | 39 | 0 | 63 | 43 | 20 | 154 | 63 | 22 |
| Octal | 255 | 1 | 71 | 0 | 143 | 103 | 40 | 524 | 143 | 42 |
| Binary | 10101101 | 1 | 111001 | 0 | 1100011 | 1000011 | 100000 | 101010100 | 1100011 | 100010 |
Color Harmonies of #AD0139
Complementary color
Monochromatic Colors of #AD0139
Black with #AD0139
Text Example
Text Example
White with #AD0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0139; }
p { color: rgb(173,1,57); }
H1.HeaderClassName
{
color: #AD0139;
}
.AnyTagClassName
{
color: #AD0139;
}
</style>
background-color css
<style>
a { background-color: #AD0139; }
a { background-color: rgb(173,1,57); }
div.DivClassName
{
background-color: #AD0139;
}
.BgClassName
{
background-color: #AD0139;
}
</style>
border-color css
<style>
span { border-color: #AD0139; }
span { border-color: rgb(173,1,57); }
td.TdClassName
{
border-color: #AD0139;
}
.TagClassName
{
border-color: #AD0139;
}
</style>