Shades of Cardinal #AD1540
Tints of Cardinal #AD1540
RGB
CMYK
RGB Variations
Color information
#AD1540 (or 0xAD1540) is known color: Cardinal. HEX triplet: AD, 15 and 40. RGB value is (173,21,64). Sum of RGB (Red+Green+Blue) = 173+21+64=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1540 is #52EABF. Grayscale: #474747. Windows color (decimal): -5434048 or 4199853. OLE color: 4199853.
HSL color Cylindrical-coordinate representation of color #AD1540: hue angle of 343.03º 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 #AD1540 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 64 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.32 |
| HSL | 343.03º | 0.78% | 0.38% | - |
| HSV(B) | 343.03º | 0.88% | 0.68% | - |
| XYZ | 18.43 | 9.79 | 5.77 | - |
| YUV | 71.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 64 | 0 | 0.88 | 0.63 | 0.32 | 343.03 | 0.78 | 0.38 |
| Hex | AD | 15 | 40 | 0 | 58 | 3F | 20 | 157 | 4E | 26 |
| Octal | 255 | 25 | 100 | 0 | 130 | 77 | 40 | 527 | 116 | 46 |
| Binary | 10101101 | 10101 | 1000000 | 0 | 1011000 | 111111 | 100000 | 101010111 | 1001110 | 100110 |
Color Harmonies of #AD1540
Complementary color
Monochromatic Colors of #AD1540
Black with #AD1540
Text Example
Text Example
White with #AD1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1540; }
p { color: rgb(173,21,64); }
H1.HeaderClassName
{
color: #AD1540;
}
.AnyTagClassName
{
color: #AD1540;
}
</style>
background-color css
<style>
a { background-color: #AD1540; }
a { background-color: rgb(173,21,64); }
div.DivClassName
{
background-color: #AD1540;
}
.BgClassName
{
background-color: #AD1540;
}
</style>
border-color css
<style>
span { border-color: #AD1540; }
span { border-color: rgb(173,21,64); }
td.TdClassName
{
border-color: #AD1540;
}
.TagClassName
{
border-color: #AD1540;
}
</style>