Shades of Cardinal #AD1542
Tints of Cardinal #AD1542
RGB
CMYK
RGB Variations
Color information
#AD1542 (or 0xAD1542) is known color: Cardinal. HEX triplet: AD, 15 and 42. RGB value is (173,21,66). Sum of RGB (Red+Green+Blue) = 173+21+66=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1542 is #52EABD. Grayscale: #474747. Windows color (decimal): -5434046 or 4330925. OLE color: 4330925.
HSL color Cylindrical-coordinate representation of color #AD1542: hue angle of 342.24º degrees, saturation: 0.78, 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 #AD1542 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 66 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.32 |
| HSL | 342.24º | 0.78% | 0.38% | - |
| HSV(B) | 342.24º | 0.88% | 0.68% | - |
| XYZ | 18.49 | 9.81 | 6.07 | - |
| YUV | 71.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 66 | 0 | 0.88 | 0.62 | 0.32 | 342.24 | 0.78 | 0.38 |
| Hex | AD | 15 | 42 | 0 | 58 | 3E | 20 | 156 | 4E | 26 |
| Octal | 255 | 25 | 102 | 0 | 130 | 76 | 40 | 526 | 116 | 46 |
| Binary | 10101101 | 10101 | 1000010 | 0 | 1011000 | 111110 | 100000 | 101010110 | 1001110 | 100110 |
Color Harmonies of #AD1542
Complementary color
Monochromatic Colors of #AD1542
Black with #AD1542
Text Example
Text Example
White with #AD1542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1542; }
p { color: rgb(173,21,66); }
H1.HeaderClassName
{
color: #AD1542;
}
.AnyTagClassName
{
color: #AD1542;
}
</style>
background-color css
<style>
a { background-color: #AD1542; }
a { background-color: rgb(173,21,66); }
div.DivClassName
{
background-color: #AD1542;
}
.BgClassName
{
background-color: #AD1542;
}
</style>
border-color css
<style>
span { border-color: #AD1542; }
span { border-color: rgb(173,21,66); }
td.TdClassName
{
border-color: #AD1542;
}
.TagClassName
{
border-color: #AD1542;
}
</style>