Shades of Cardinal #AD1535
Tints of Cardinal #AD1535
RGB
CMYK
RGB Variations
Color information
#AD1535 (or 0xAD1535) is known color: Cardinal. HEX triplet: AD, 15 and 35. RGB value is (173,21,53). Sum of RGB (Red+Green+Blue) = 173+21+53=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1535 is #52EACA. Grayscale: #464646. Windows color (decimal): -5434059 or 3478957. OLE color: 3478957.
HSL color Cylindrical-coordinate representation of color #AD1535: hue angle of 347.37º 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 #AD1535 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 53 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.32 |
| HSL | 347.37º | 0.78% | 0.38% | - |
| HSV(B) | 347.37º | 0.88% | 0.68% | - |
| XYZ | 18.14 | 9.68 | 4.28 | - |
| YUV | 70.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 53 | 0 | 0.88 | 0.69 | 0.32 | 347.37 | 0.78 | 0.38 |
| Hex | AD | 15 | 35 | 0 | 58 | 45 | 20 | 15B | 4E | 26 |
| Octal | 255 | 25 | 65 | 0 | 130 | 105 | 40 | 533 | 116 | 46 |
| Binary | 10101101 | 10101 | 110101 | 0 | 1011000 | 1000101 | 100000 | 101011011 | 1001110 | 100110 |
Color Harmonies of #AD1535
Complementary color
Monochromatic Colors of #AD1535
Black with #AD1535
Text Example
Text Example
White with #AD1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1535; }
p { color: rgb(173,21,53); }
H1.HeaderClassName
{
color: #AD1535;
}
.AnyTagClassName
{
color: #AD1535;
}
</style>
background-color css
<style>
a { background-color: #AD1535; }
a { background-color: rgb(173,21,53); }
div.DivClassName
{
background-color: #AD1535;
}
.BgClassName
{
background-color: #AD1535;
}
</style>
border-color css
<style>
span { border-color: #AD1535; }
span { border-color: rgb(173,21,53); }
td.TdClassName
{
border-color: #AD1535;
}
.TagClassName
{
border-color: #AD1535;
}
</style>