Shades of Cardinal #AD1534
Tints of Cardinal #AD1534
RGB
CMYK
RGB Variations
Color information
#AD1534 (or 0xAD1534) is known color: Cardinal. HEX triplet: AD, 15 and 34. RGB value is (173,21,52). Sum of RGB (Red+Green+Blue) = 173+21+52=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1534 is #52EACB. Grayscale: #464646. Windows color (decimal): -5434060 or 3413421. OLE color: 3413421.
HSL color Cylindrical-coordinate representation of color #AD1534: hue angle of 347.76º 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 #AD1534 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 52 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.32 |
| HSL | 347.76º | 0.78% | 0.38% | - |
| HSV(B) | 347.76º | 0.88% | 0.68% | - |
| XYZ | 18.12 | 9.67 | 4.16 | - |
| YUV | 69.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 52 | 0 | 0.88 | 0.70 | 0.32 | 347.76 | 0.78 | 0.38 |
| Hex | AD | 15 | 34 | 0 | 58 | 46 | 20 | 15C | 4E | 26 |
| Octal | 255 | 25 | 64 | 0 | 130 | 106 | 40 | 534 | 116 | 46 |
| Binary | 10101101 | 10101 | 110100 | 0 | 1011000 | 1000110 | 100000 | 101011100 | 1001110 | 100110 |
Color Harmonies of #AD1534
Complementary color
Monochromatic Colors of #AD1534
Black with #AD1534
Text Example
Text Example
White with #AD1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1534; }
p { color: rgb(173,21,52); }
H1.HeaderClassName
{
color: #AD1534;
}
.AnyTagClassName
{
color: #AD1534;
}
</style>
background-color css
<style>
a { background-color: #AD1534; }
a { background-color: rgb(173,21,52); }
div.DivClassName
{
background-color: #AD1534;
}
.BgClassName
{
background-color: #AD1534;
}
</style>
border-color css
<style>
span { border-color: #AD1534; }
span { border-color: rgb(173,21,52); }
td.TdClassName
{
border-color: #AD1534;
}
.TagClassName
{
border-color: #AD1534;
}
</style>