Shades of Cardinal #AD0F42
Tints of Cardinal #AD0F42
RGB
CMYK
RGB Variations
Color information
#AD0F42 (or 0xAD0F42) is known color: Cardinal. HEX triplet: AD, 0F and 42. RGB value is (173,15,66). Sum of RGB (Red+Green+Blue) = 173+15+66=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F42 is #52F0BD. Grayscale: #444444. Windows color (decimal): -5435582 or 4329389. OLE color: 4329389.
HSL color Cylindrical-coordinate representation of color #AD0F42: hue angle of 340.63º 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 #AD0F42 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 66 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.32 |
| HSL | 340.63º | 0.84% | 0.37% | - |
| HSV(B) | 340.63º | 0.91% | 0.68% | - |
| XYZ | 18.39 | 9.62 | 6.04 | - |
| YUV | 68.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 66 | 0 | 0.91 | 0.62 | 0.32 | 340.63 | 0.84 | 0.37 |
| Hex | AD | F | 42 | 0 | 5B | 3E | 20 | 155 | 54 | 25 |
| Octal | 255 | 17 | 102 | 0 | 133 | 76 | 40 | 525 | 124 | 45 |
| Binary | 10101101 | 1111 | 1000010 | 0 | 1011011 | 111110 | 100000 | 101010101 | 1010100 | 100101 |
Color Harmonies of #AD0F42
Complementary color
Monochromatic Colors of #AD0F42
Black with #AD0F42
Text Example
Text Example
White with #AD0F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F42; }
p { color: rgb(173,15,66); }
H1.HeaderClassName
{
color: #AD0F42;
}
.AnyTagClassName
{
color: #AD0F42;
}
</style>
background-color css
<style>
a { background-color: #AD0F42; }
a { background-color: rgb(173,15,66); }
div.DivClassName
{
background-color: #AD0F42;
}
.BgClassName
{
background-color: #AD0F42;
}
</style>
border-color css
<style>
span { border-color: #AD0F42; }
span { border-color: rgb(173,15,66); }
td.TdClassName
{
border-color: #AD0F42;
}
.TagClassName
{
border-color: #AD0F42;
}
</style>