Shades of Cardinal #AD0F2D
Tints of Cardinal #AD0F2D
RGB
CMYK
RGB Variations
Color information
#AD0F2D (or 0xAD0F2D) is known color: Cardinal. HEX triplet: AD, 0F and 2D. RGB value is (173,15,45). Sum of RGB (Red+Green+Blue) = 173+15+45=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F2D is #52F0D2. Grayscale: #414141. Windows color (decimal): -5435603 or 2953133. OLE color: 2953133.
HSL color Cylindrical-coordinate representation of color #AD0F2D: hue angle of 348.61º 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 #AD0F2D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 45 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.32 |
| HSL | 348.61º | 0.84% | 0.37% | - |
| HSV(B) | 348.61º | 0.91% | 0.68% | - |
| XYZ | 17.88 | 9.42 | 3.36 | - |
| YUV | 65.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 45 | 0 | 0.91 | 0.74 | 0.32 | 348.61 | 0.84 | 0.37 |
| Hex | AD | F | 2D | 0 | 5B | 4A | 20 | 15D | 54 | 25 |
| Octal | 255 | 17 | 55 | 0 | 133 | 112 | 40 | 535 | 124 | 45 |
| Binary | 10101101 | 1111 | 101101 | 0 | 1011011 | 1001010 | 100000 | 101011101 | 1010100 | 100101 |
Color Harmonies of #AD0F2D
Complementary color
Monochromatic Colors of #AD0F2D
Black with #AD0F2D
Text Example
Text Example
White with #AD0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F2D; }
p { color: rgb(173,15,45); }
H1.HeaderClassName
{
color: #AD0F2D;
}
.AnyTagClassName
{
color: #AD0F2D;
}
</style>
background-color css
<style>
a { background-color: #AD0F2D; }
a { background-color: rgb(173,15,45); }
div.DivClassName
{
background-color: #AD0F2D;
}
.BgClassName
{
background-color: #AD0F2D;
}
</style>
border-color css
<style>
span { border-color: #AD0F2D; }
span { border-color: rgb(173,15,45); }
td.TdClassName
{
border-color: #AD0F2D;
}
.TagClassName
{
border-color: #AD0F2D;
}
</style>