Shades of Cardinal #AD0F3A
Tints of Cardinal #AD0F3A
RGB
CMYK
RGB Variations
Color information
#AD0F3A (or 0xAD0F3A) is known color: Cardinal. HEX triplet: AD, 0F and 3A. RGB value is (173,15,58). Sum of RGB (Red+Green+Blue) = 173+15+58=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F3A is #52F0C5. Grayscale: #434343. Windows color (decimal): -5435590 or 3805101. OLE color: 3805101.
HSL color Cylindrical-coordinate representation of color #AD0F3A: hue angle of 343.67º 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 #AD0F3A is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 58 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.32 |
| HSL | 343.67º | 0.84% | 0.37% | - |
| HSV(B) | 343.67º | 0.91% | 0.68% | - |
| XYZ | 18.17 | 9.53 | 4.89 | - |
| YUV | 67.14 | 122.85 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 58 | 0 | 0.91 | 0.66 | 0.32 | 343.67 | 0.84 | 0.37 |
| Hex | AD | F | 3A | 0 | 5B | 42 | 20 | 158 | 54 | 25 |
| Octal | 255 | 17 | 72 | 0 | 133 | 102 | 40 | 530 | 124 | 45 |
| Binary | 10101101 | 1111 | 111010 | 0 | 1011011 | 1000010 | 100000 | 101011000 | 1010100 | 100101 |
Color Harmonies of #AD0F3A
Complementary color
Monochromatic Colors of #AD0F3A
Black with #AD0F3A
Text Example
Text Example
White with #AD0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F3A; }
p { color: rgb(173,15,58); }
H1.HeaderClassName
{
color: #AD0F3A;
}
.AnyTagClassName
{
color: #AD0F3A;
}
</style>
background-color css
<style>
a { background-color: #AD0F3A; }
a { background-color: rgb(173,15,58); }
div.DivClassName
{
background-color: #AD0F3A;
}
.BgClassName
{
background-color: #AD0F3A;
}
</style>
border-color css
<style>
span { border-color: #AD0F3A; }
span { border-color: rgb(173,15,58); }
td.TdClassName
{
border-color: #AD0F3A;
}
.TagClassName
{
border-color: #AD0F3A;
}
</style>