Shades of Cardinal #AD1144
Tints of Cardinal #AD1144
RGB
CMYK
RGB Variations
Color information
#AD1144 (or 0xAD1144) is known color: Cardinal. HEX triplet: AD, 11 and 44. RGB value is (173,17,68). Sum of RGB (Red+Green+Blue) = 173+17+68=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1144 is #52EEBB. Grayscale: #454545. Windows color (decimal): -5435068 or 4460973. OLE color: 4460973.
HSL color Cylindrical-coordinate representation of color #AD1144: hue angle of 340.38º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1144 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 68 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.32 |
| HSL | 340.38º | 0.82% | 0.37% | - |
| HSV(B) | 340.38º | 0.9% | 0.68% | - |
| XYZ | 18.48 | 9.7 | 6.37 | - |
| YUV | 69.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 68 | 0 | 0.90 | 0.61 | 0.32 | 340.38 | 0.82 | 0.37 |
| Hex | AD | 11 | 44 | 0 | 5A | 3D | 20 | 154 | 52 | 25 |
| Octal | 255 | 21 | 104 | 0 | 132 | 75 | 40 | 524 | 122 | 45 |
| Binary | 10101101 | 10001 | 1000100 | 0 | 1011010 | 111101 | 100000 | 101010100 | 1010010 | 100101 |
Color Harmonies of #AD1144
Complementary color
Monochromatic Colors of #AD1144
Black with #AD1144
Text Example
Text Example
White with #AD1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1144; }
p { color: rgb(173,17,68); }
H1.HeaderClassName
{
color: #AD1144;
}
.AnyTagClassName
{
color: #AD1144;
}
</style>
background-color css
<style>
a { background-color: #AD1144; }
a { background-color: rgb(173,17,68); }
div.DivClassName
{
background-color: #AD1144;
}
.BgClassName
{
background-color: #AD1144;
}
</style>
border-color css
<style>
span { border-color: #AD1144; }
span { border-color: rgb(173,17,68); }
td.TdClassName
{
border-color: #AD1144;
}
.TagClassName
{
border-color: #AD1144;
}
</style>