Shades of Cardinal #AD1428
Tints of Cardinal #AD1428
RGB
CMYK
RGB Variations
Color information
#AD1428 (or 0xAD1428) is known color: Cardinal. HEX triplet: AD, 14 and 28. RGB value is (173,20,40). Sum of RGB (Red+Green+Blue) = 173+20+40=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1428 is #52EBD7. Grayscale: #444444. Windows color (decimal): -5434328 or 2626733. OLE color: 2626733.
HSL color Cylindrical-coordinate representation of color #AD1428: hue angle of 352.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1428 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 40 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.32 |
| HSL | 352.16º | 0.79% | 0.38% | - |
| HSV(B) | 352.16º | 0.88% | 0.68% | - |
| XYZ | 17.87 | 9.54 | 2.91 | - |
| YUV | 68.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 40 | 0 | 0.88 | 0.77 | 0.32 | 352.16 | 0.79 | 0.38 |
| Hex | AD | 14 | 28 | 0 | 58 | 4D | 20 | 160 | 4F | 26 |
| Octal | 255 | 24 | 50 | 0 | 130 | 115 | 40 | 540 | 117 | 46 |
| Binary | 10101101 | 10100 | 101000 | 0 | 1011000 | 1001101 | 100000 | 101100000 | 1001111 | 100110 |
Color Harmonies of #AD1428
Complementary color
Monochromatic Colors of #AD1428
Black with #AD1428
Text Example
Text Example
White with #AD1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1428; }
p { color: rgb(173,20,40); }
H1.HeaderClassName
{
color: #AD1428;
}
.AnyTagClassName
{
color: #AD1428;
}
</style>
background-color css
<style>
a { background-color: #AD1428; }
a { background-color: rgb(173,20,40); }
div.DivClassName
{
background-color: #AD1428;
}
.BgClassName
{
background-color: #AD1428;
}
</style>
border-color css
<style>
span { border-color: #AD1428; }
span { border-color: rgb(173,20,40); }
td.TdClassName
{
border-color: #AD1428;
}
.TagClassName
{
border-color: #AD1428;
}
</style>