Shades of Cardinal #AD152E
Tints of Cardinal #AD152E
RGB
CMYK
RGB Variations
Color information
#AD152E (or 0xAD152E) is known color: Cardinal. HEX triplet: AD, 15 and 2E. RGB value is (173,21,46). Sum of RGB (Red+Green+Blue) = 173+21+46=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD152E is #52EAD1. Grayscale: #454545. Windows color (decimal): -5434066 or 3020205. OLE color: 3020205.
HSL color Cylindrical-coordinate representation of color #AD152E: hue angle of 350.13º 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 #AD152E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 46 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.32 |
| HSL | 350.13º | 0.78% | 0.38% | - |
| HSV(B) | 350.13º | 0.88% | 0.68% | - |
| XYZ | 17.99 | 9.62 | 3.49 | - |
| YUV | 69.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 46 | 0 | 0.88 | 0.73 | 0.32 | 350.13 | 0.78 | 0.38 |
| Hex | AD | 15 | 2E | 0 | 58 | 49 | 20 | 15E | 4E | 26 |
| Octal | 255 | 25 | 56 | 0 | 130 | 111 | 40 | 536 | 116 | 46 |
| Binary | 10101101 | 10101 | 101110 | 0 | 1011000 | 1001001 | 100000 | 101011110 | 1001110 | 100110 |
Color Harmonies of #AD152E
Complementary color
Monochromatic Colors of #AD152E
Black with #AD152E
Text Example
Text Example
White with #AD152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD152E; }
p { color: rgb(173,21,46); }
H1.HeaderClassName
{
color: #AD152E;
}
.AnyTagClassName
{
color: #AD152E;
}
</style>
background-color css
<style>
a { background-color: #AD152E; }
a { background-color: rgb(173,21,46); }
div.DivClassName
{
background-color: #AD152E;
}
.BgClassName
{
background-color: #AD152E;
}
</style>
border-color css
<style>
span { border-color: #AD152E; }
span { border-color: rgb(173,21,46); }
td.TdClassName
{
border-color: #AD152E;
}
.TagClassName
{
border-color: #AD152E;
}
</style>