Shades of Cardinal #AD1231
Tints of Cardinal #AD1231
RGB
CMYK
RGB Variations
Color information
#AD1231 (or 0xAD1231) is known color: Cardinal. HEX triplet: AD, 12 and 31. RGB value is (173,18,49). Sum of RGB (Red+Green+Blue) = 173+18+49=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1231 is #52EDCE. Grayscale: #434343. Windows color (decimal): -5434831 or 3216045. OLE color: 3216045.
HSL color Cylindrical-coordinate representation of color #AD1231: hue angle of 348º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1231 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 49 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.32 |
| HSL | 348º | 0.81% | 0.37% | - |
| HSV(B) | 348º | 0.9% | 0.68% | - |
| XYZ | 18 | 9.54 | 3.8 | - |
| YUV | 67.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 49 | 0 | 0.90 | 0.72 | 0.32 | 348 | 0.81 | 0.37 |
| Hex | AD | 12 | 31 | 0 | 5A | 48 | 20 | 15C | 51 | 25 |
| Octal | 255 | 22 | 61 | 0 | 132 | 110 | 40 | 534 | 121 | 45 |
| Binary | 10101101 | 10010 | 110001 | 0 | 1011010 | 1001000 | 100000 | 101011100 | 1010001 | 100101 |
Color Harmonies of #AD1231
Complementary color
Monochromatic Colors of #AD1231
Black with #AD1231
Text Example
Text Example
White with #AD1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1231; }
p { color: rgb(173,18,49); }
H1.HeaderClassName
{
color: #AD1231;
}
.AnyTagClassName
{
color: #AD1231;
}
</style>
background-color css
<style>
a { background-color: #AD1231; }
a { background-color: rgb(173,18,49); }
div.DivClassName
{
background-color: #AD1231;
}
.BgClassName
{
background-color: #AD1231;
}
</style>
border-color css
<style>
span { border-color: #AD1231; }
span { border-color: rgb(173,18,49); }
td.TdClassName
{
border-color: #AD1231;
}
.TagClassName
{
border-color: #AD1231;
}
</style>