Shades of Cardinal #AD0F2C
Tints of Cardinal #AD0F2C
RGB
CMYK
RGB Variations
Color information
#AD0F2C (or 0xAD0F2C) is known color: Cardinal. HEX triplet: AD, 0F and 2C. RGB value is (173,15,44). Sum of RGB (Red+Green+Blue) = 173+15+44=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F2C is #52F0D3. Grayscale: #414141. Windows color (decimal): -5435604 or 2887597. OLE color: 2887597.
HSL color Cylindrical-coordinate representation of color #AD0F2C: hue angle of 348.99º 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 #AD0F2C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 44 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.32 |
| HSL | 348.99º | 0.84% | 0.37% | - |
| HSV(B) | 348.99º | 0.91% | 0.68% | - |
| XYZ | 17.86 | 9.41 | 3.26 | - |
| YUV | 65.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 44 | 0 | 0.91 | 0.75 | 0.32 | 348.99 | 0.84 | 0.37 |
| Hex | AD | F | 2C | 0 | 5B | 4B | 20 | 15D | 54 | 25 |
| Octal | 255 | 17 | 54 | 0 | 133 | 113 | 40 | 535 | 124 | 45 |
| Binary | 10101101 | 1111 | 101100 | 0 | 1011011 | 1001011 | 100000 | 101011101 | 1010100 | 100101 |
Color Harmonies of #AD0F2C
Complementary color
Monochromatic Colors of #AD0F2C
Black with #AD0F2C
Text Example
Text Example
White with #AD0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F2C; }
p { color: rgb(173,15,44); }
H1.HeaderClassName
{
color: #AD0F2C;
}
.AnyTagClassName
{
color: #AD0F2C;
}
</style>
background-color css
<style>
a { background-color: #AD0F2C; }
a { background-color: rgb(173,15,44); }
div.DivClassName
{
background-color: #AD0F2C;
}
.BgClassName
{
background-color: #AD0F2C;
}
</style>
border-color css
<style>
span { border-color: #AD0F2C; }
span { border-color: rgb(173,15,44); }
td.TdClassName
{
border-color: #AD0F2C;
}
.TagClassName
{
border-color: #AD0F2C;
}
</style>