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