Shades of Cardinal #AD0F36
Tints of Cardinal #AD0F36
RGB
CMYK
RGB Variations
Color information
#AD0F36 (or 0xAD0F36) is known color: Cardinal. HEX triplet: AD, 0F and 36. RGB value is (173,15,54). Sum of RGB (Red+Green+Blue) = 173+15+54=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F36 is #52F0C9. Grayscale: #424242. Windows color (decimal): -5435594 or 3542957. OLE color: 3542957.
HSL color Cylindrical-coordinate representation of color #AD0F36: hue angle of 345.19º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F36 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 54 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.32 |
| HSL | 345.19º | 0.84% | 0.37% | - |
| HSV(B) | 345.19º | 0.91% | 0.68% | - |
| XYZ | 18.07 | 9.49 | 4.37 | - |
| YUV | 66.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 54 | 0 | 0.91 | 0.69 | 0.32 | 345.19 | 0.84 | 0.37 |
| Hex | AD | F | 36 | 0 | 5B | 45 | 20 | 159 | 54 | 25 |
| Octal | 255 | 17 | 66 | 0 | 133 | 105 | 40 | 531 | 124 | 45 |
| Binary | 10101101 | 1111 | 110110 | 0 | 1011011 | 1000101 | 100000 | 101011001 | 1010100 | 100101 |
Color Harmonies of #AD0F36
Complementary color
Monochromatic Colors of #AD0F36
Black with #AD0F36
Text Example
Text Example
White with #AD0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F36; }
p { color: rgb(173,15,54); }
H1.HeaderClassName
{
color: #AD0F36;
}
.AnyTagClassName
{
color: #AD0F36;
}
</style>
background-color css
<style>
a { background-color: #AD0F36; }
a { background-color: rgb(173,15,54); }
div.DivClassName
{
background-color: #AD0F36;
}
.BgClassName
{
background-color: #AD0F36;
}
</style>
border-color css
<style>
span { border-color: #AD0F36; }
span { border-color: rgb(173,15,54); }
td.TdClassName
{
border-color: #AD0F36;
}
.TagClassName
{
border-color: #AD0F36;
}
</style>