Shades of Cardinal #AD132C
Tints of Cardinal #AD132C
RGB
CMYK
RGB Variations
Color information
#AD132C (or 0xAD132C) is known color: Cardinal. HEX triplet: AD, 13 and 2C. RGB value is (173,19,44). Sum of RGB (Red+Green+Blue) = 173+19+44=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD132C is #52ECD3. Grayscale: #434343. Windows color (decimal): -5434580 or 2888621. OLE color: 2888621.
HSL color Cylindrical-coordinate representation of color #AD132C: hue angle of 350.26º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD132C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 44 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.32 |
| HSL | 350.26º | 0.8% | 0.38% | - |
| HSV(B) | 350.26º | 0.89% | 0.68% | - |
| XYZ | 17.92 | 9.53 | 3.28 | - |
| YUV | 67.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 44 | 0 | 0.89 | 0.75 | 0.32 | 350.26 | 0.8 | 0.38 |
| Hex | AD | 13 | 2C | 0 | 59 | 4B | 20 | 15E | 50 | 26 |
| Octal | 255 | 23 | 54 | 0 | 131 | 113 | 40 | 536 | 120 | 46 |
| Binary | 10101101 | 10011 | 101100 | 0 | 1011001 | 1001011 | 100000 | 101011110 | 1010000 | 100110 |
Color Harmonies of #AD132C
Complementary color
Monochromatic Colors of #AD132C
Black with #AD132C
Text Example
Text Example
White with #AD132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD132C; }
p { color: rgb(173,19,44); }
H1.HeaderClassName
{
color: #AD132C;
}
.AnyTagClassName
{
color: #AD132C;
}
</style>
background-color css
<style>
a { background-color: #AD132C; }
a { background-color: rgb(173,19,44); }
div.DivClassName
{
background-color: #AD132C;
}
.BgClassName
{
background-color: #AD132C;
}
</style>
border-color css
<style>
span { border-color: #AD132C; }
span { border-color: rgb(173,19,44); }
td.TdClassName
{
border-color: #AD132C;
}
.TagClassName
{
border-color: #AD132C;
}
</style>