Shades of Cardinal #AD1543
Tints of Cardinal #AD1543
RGB
CMYK
RGB Variations
Color information
#AD1543 (or 0xAD1543) is known color: Cardinal. HEX triplet: AD, 15 and 43. RGB value is (173,21,67). Sum of RGB (Red+Green+Blue) = 173+21+67=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1543 is #52EABC. Grayscale: #474747. Windows color (decimal): -5434045 or 4396461. OLE color: 4396461.
HSL color Cylindrical-coordinate representation of color #AD1543: hue angle of 341.84º 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 #AD1543 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 67 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.32 |
| HSL | 341.84º | 0.78% | 0.38% | - |
| HSV(B) | 341.84º | 0.88% | 0.68% | - |
| XYZ | 18.51 | 9.83 | 6.23 | - |
| YUV | 71.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 67 | 0 | 0.88 | 0.61 | 0.32 | 341.84 | 0.78 | 0.38 |
| Hex | AD | 15 | 43 | 0 | 58 | 3D | 20 | 156 | 4E | 26 |
| Octal | 255 | 25 | 103 | 0 | 130 | 75 | 40 | 526 | 116 | 46 |
| Binary | 10101101 | 10101 | 1000011 | 0 | 1011000 | 111101 | 100000 | 101010110 | 1001110 | 100110 |
Color Harmonies of #AD1543
Complementary color
Monochromatic Colors of #AD1543
Black with #AD1543
Text Example
Text Example
White with #AD1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1543; }
p { color: rgb(173,21,67); }
H1.HeaderClassName
{
color: #AD1543;
}
.AnyTagClassName
{
color: #AD1543;
}
</style>
background-color css
<style>
a { background-color: #AD1543; }
a { background-color: rgb(173,21,67); }
div.DivClassName
{
background-color: #AD1543;
}
.BgClassName
{
background-color: #AD1543;
}
</style>
border-color css
<style>
span { border-color: #AD1543; }
span { border-color: rgb(173,21,67); }
td.TdClassName
{
border-color: #AD1543;
}
.TagClassName
{
border-color: #AD1543;
}
</style>