Shades of Cardinal #AD1044
Tints of Cardinal #AD1044
RGB
CMYK
RGB Variations
Color information
#AD1044 (or 0xAD1044) is known color: Cardinal. HEX triplet: AD, 10 and 44. RGB value is (173,16,68). Sum of RGB (Red+Green+Blue) = 173+16+68=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1044 is #52EFBB. Grayscale: #444444. Windows color (decimal): -5435324 or 4460717. OLE color: 4460717.
HSL color Cylindrical-coordinate representation of color #AD1044: hue angle of 340.13º degrees, saturation: 0.83, 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 #AD1044 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 68 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.32 |
| HSL | 340.13º | 0.83% | 0.37% | - |
| HSV(B) | 340.13º | 0.91% | 0.68% | - |
| XYZ | 18.46 | 9.67 | 6.36 | - |
| YUV | 68.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 68 | 0 | 0.91 | 0.61 | 0.32 | 340.13 | 0.83 | 0.37 |
| Hex | AD | 10 | 44 | 0 | 5B | 3D | 20 | 154 | 53 | 25 |
| Octal | 255 | 20 | 104 | 0 | 133 | 75 | 40 | 524 | 123 | 45 |
| Binary | 10101101 | 10000 | 1000100 | 0 | 1011011 | 111101 | 100000 | 101010100 | 1010011 | 100101 |
Color Harmonies of #AD1044
Complementary color
Monochromatic Colors of #AD1044
Black with #AD1044
Text Example
Text Example
White with #AD1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1044; }
p { color: rgb(173,16,68); }
H1.HeaderClassName
{
color: #AD1044;
}
.AnyTagClassName
{
color: #AD1044;
}
</style>
background-color css
<style>
a { background-color: #AD1044; }
a { background-color: rgb(173,16,68); }
div.DivClassName
{
background-color: #AD1044;
}
.BgClassName
{
background-color: #AD1044;
}
</style>
border-color css
<style>
span { border-color: #AD1044; }
span { border-color: rgb(173,16,68); }
td.TdClassName
{
border-color: #AD1044;
}
.TagClassName
{
border-color: #AD1044;
}
</style>