Shades of Cardinal #AD132E
Tints of Cardinal #AD132E
RGB
CMYK
RGB Variations
Color information
#AD132E (or 0xAD132E) is known color: Cardinal. HEX triplet: AD, 13 and 2E. RGB value is (173,19,46). Sum of RGB (Red+Green+Blue) = 173+19+46=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD132E is #52ECD1. Grayscale: #444444. Windows color (decimal): -5434578 or 3019693. OLE color: 3019693.
HSL color Cylindrical-coordinate representation of color #AD132E: hue angle of 349.48º 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 #AD132E is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 46 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.32 |
| HSL | 349.48º | 0.8% | 0.38% | - |
| HSV(B) | 349.48º | 0.89% | 0.68% | - |
| XYZ | 17.96 | 9.55 | 3.48 | - |
| YUV | 68.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 46 | 0 | 0.89 | 0.73 | 0.32 | 349.48 | 0.8 | 0.38 |
| Hex | AD | 13 | 2E | 0 | 59 | 49 | 20 | 15D | 50 | 26 |
| Octal | 255 | 23 | 56 | 0 | 131 | 111 | 40 | 535 | 120 | 46 |
| Binary | 10101101 | 10011 | 101110 | 0 | 1011001 | 1001001 | 100000 | 101011101 | 1010000 | 100110 |
Color Harmonies of #AD132E
Complementary color
Monochromatic Colors of #AD132E
Black with #AD132E
Text Example
Text Example
White with #AD132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD132E; }
p { color: rgb(173,19,46); }
H1.HeaderClassName
{
color: #AD132E;
}
.AnyTagClassName
{
color: #AD132E;
}
</style>
background-color css
<style>
a { background-color: #AD132E; }
a { background-color: rgb(173,19,46); }
div.DivClassName
{
background-color: #AD132E;
}
.BgClassName
{
background-color: #AD132E;
}
</style>
border-color css
<style>
span { border-color: #AD132E; }
span { border-color: rgb(173,19,46); }
td.TdClassName
{
border-color: #AD132E;
}
.TagClassName
{
border-color: #AD132E;
}
</style>