Shades of Cardinal #AD1228
Tints of Cardinal #AD1228
RGB
CMYK
RGB Variations
Color information
#AD1228 (or 0xAD1228) is known color: Cardinal. HEX triplet: AD, 12 and 28. RGB value is (173,18,40). Sum of RGB (Red+Green+Blue) = 173+18+40=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1228 is #52EDD7. Grayscale: #424242. Windows color (decimal): -5434840 or 2626221. OLE color: 2626221.
HSL color Cylindrical-coordinate representation of color #AD1228: hue angle of 351.48º degrees, saturation: 0.81, 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 #AD1228 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 40 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.32 |
| HSL | 351.48º | 0.81% | 0.37% | - |
| HSV(B) | 351.48º | 0.9% | 0.68% | - |
| XYZ | 17.83 | 9.47 | 2.9 | - |
| YUV | 66.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 40 | 0 | 0.90 | 0.77 | 0.32 | 351.48 | 0.81 | 0.37 |
| Hex | AD | 12 | 28 | 0 | 5A | 4D | 20 | 15F | 51 | 25 |
| Octal | 255 | 22 | 50 | 0 | 132 | 115 | 40 | 537 | 121 | 45 |
| Binary | 10101101 | 10010 | 101000 | 0 | 1011010 | 1001101 | 100000 | 101011111 | 1010001 | 100101 |
Color Harmonies of #AD1228
Complementary color
Monochromatic Colors of #AD1228
Black with #AD1228
Text Example
Text Example
White with #AD1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1228; }
p { color: rgb(173,18,40); }
H1.HeaderClassName
{
color: #AD1228;
}
.AnyTagClassName
{
color: #AD1228;
}
</style>
background-color css
<style>
a { background-color: #AD1228; }
a { background-color: rgb(173,18,40); }
div.DivClassName
{
background-color: #AD1228;
}
.BgClassName
{
background-color: #AD1228;
}
</style>
border-color css
<style>
span { border-color: #AD1228; }
span { border-color: rgb(173,18,40); }
td.TdClassName
{
border-color: #AD1228;
}
.TagClassName
{
border-color: #AD1228;
}
</style>