Shades of Cardinal #AD0D2F
Tints of Cardinal #AD0D2F
RGB
CMYK
RGB Variations
Color information
#AD0D2F (or 0xAD0D2F) is known color: Cardinal. HEX triplet: AD, 0D and 2F. RGB value is (173,13,47). Sum of RGB (Red+Green+Blue) = 173+13+47=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D2F is #52F2D0. Grayscale: #404040. Windows color (decimal): -5436113 or 3083693. OLE color: 3083693.
HSL color Cylindrical-coordinate representation of color #AD0D2F: hue angle of 347.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0D2F is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 47 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.32 |
| HSL | 347.25º | 0.86% | 0.36% | - |
| HSV(B) | 347.25º | 0.92% | 0.68% | - |
| XYZ | 17.89 | 9.38 | 3.56 | - |
| YUV | 64.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 47 | 0 | 0.92 | 0.73 | 0.32 | 347.25 | 0.86 | 0.36 |
| Hex | AD | D | 2F | 0 | 5C | 49 | 20 | 15B | 56 | 24 |
| Octal | 255 | 15 | 57 | 0 | 134 | 111 | 40 | 533 | 126 | 44 |
| Binary | 10101101 | 1101 | 101111 | 0 | 1011100 | 1001001 | 100000 | 101011011 | 1010110 | 100100 |
Color Harmonies of #AD0D2F
Complementary color
Monochromatic Colors of #AD0D2F
Black with #AD0D2F
Text Example
Text Example
White with #AD0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D2F; }
p { color: rgb(173,13,47); }
H1.HeaderClassName
{
color: #AD0D2F;
}
.AnyTagClassName
{
color: #AD0D2F;
}
</style>
background-color css
<style>
a { background-color: #AD0D2F; }
a { background-color: rgb(173,13,47); }
div.DivClassName
{
background-color: #AD0D2F;
}
.BgClassName
{
background-color: #AD0D2F;
}
</style>
border-color css
<style>
span { border-color: #AD0D2F; }
span { border-color: rgb(173,13,47); }
td.TdClassName
{
border-color: #AD0D2F;
}
.TagClassName
{
border-color: #AD0D2F;
}
</style>