Shades of Cardinal #AD1831
Tints of Cardinal #AD1831
RGB
CMYK
RGB Variations
Color information
#AD1831 (or 0xAD1831) is known color: Cardinal. HEX triplet: AD, 18 and 31. RGB value is (173,24,49). Sum of RGB (Red+Green+Blue) = 173+24+49=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1831 is #52E7CE. Grayscale: #474747. Windows color (decimal): -5433295 or 3217581. OLE color: 3217581.
HSL color Cylindrical-coordinate representation of color #AD1831: hue angle of 349.93º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1831 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 49 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.32 |
| HSL | 349.93º | 0.76% | 0.39% | - |
| HSV(B) | 349.93º | 0.86% | 0.68% | - |
| XYZ | 18.11 | 9.76 | 3.83 | - |
| YUV | 71.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 49 | 0 | 0.86 | 0.72 | 0.32 | 349.93 | 0.76 | 0.39 |
| Hex | AD | 18 | 31 | 0 | 56 | 48 | 20 | 15E | 4C | 27 |
| Octal | 255 | 30 | 61 | 0 | 126 | 110 | 40 | 536 | 114 | 47 |
| Binary | 10101101 | 11000 | 110001 | 0 | 1010110 | 1001000 | 100000 | 101011110 | 1001100 | 100111 |
Color Harmonies of #AD1831
Complementary color
Monochromatic Colors of #AD1831
Black with #AD1831
Text Example
Text Example
White with #AD1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1831; }
p { color: rgb(173,24,49); }
H1.HeaderClassName
{
color: #AD1831;
}
.AnyTagClassName
{
color: #AD1831;
}
</style>
background-color css
<style>
a { background-color: #AD1831; }
a { background-color: rgb(173,24,49); }
div.DivClassName
{
background-color: #AD1831;
}
.BgClassName
{
background-color: #AD1831;
}
</style>
border-color css
<style>
span { border-color: #AD1831; }
span { border-color: rgb(173,24,49); }
td.TdClassName
{
border-color: #AD1831;
}
.TagClassName
{
border-color: #AD1831;
}
</style>