Shades of Cardinal #AD152A
Tints of Cardinal #AD152A
RGB
CMYK
RGB Variations
Color information
#AD152A (or 0xAD152A) is known color: Cardinal. HEX triplet: AD, 15 and 2A. RGB value is (173,21,42). Sum of RGB (Red+Green+Blue) = 173+21+42=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD152A is #52EAD5. Grayscale: #444444. Windows color (decimal): -5434070 or 2758061. OLE color: 2758061.
HSL color Cylindrical-coordinate representation of color #AD152A: hue angle of 351.71º 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 #AD152A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 42 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.32 |
| HSL | 351.71º | 0.78% | 0.38% | - |
| HSV(B) | 351.71º | 0.88% | 0.68% | - |
| XYZ | 17.92 | 9.59 | 3.1 | - |
| YUV | 68.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 42 | 0 | 0.88 | 0.76 | 0.32 | 351.71 | 0.78 | 0.38 |
| Hex | AD | 15 | 2A | 0 | 58 | 4C | 20 | 160 | 4E | 26 |
| Octal | 255 | 25 | 52 | 0 | 130 | 114 | 40 | 540 | 116 | 46 |
| Binary | 10101101 | 10101 | 101010 | 0 | 1011000 | 1001100 | 100000 | 101100000 | 1001110 | 100110 |
Color Harmonies of #AD152A
Complementary color
Monochromatic Colors of #AD152A
Black with #AD152A
Text Example
Text Example
White with #AD152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD152A; }
p { color: rgb(173,21,42); }
H1.HeaderClassName
{
color: #AD152A;
}
.AnyTagClassName
{
color: #AD152A;
}
</style>
background-color css
<style>
a { background-color: #AD152A; }
a { background-color: rgb(173,21,42); }
div.DivClassName
{
background-color: #AD152A;
}
.BgClassName
{
background-color: #AD152A;
}
</style>
border-color css
<style>
span { border-color: #AD152A; }
span { border-color: rgb(173,21,42); }
td.TdClassName
{
border-color: #AD152A;
}
.TagClassName
{
border-color: #AD152A;
}
</style>