Shades of Cardinal #AD132B
Tints of Cardinal #AD132B
RGB
CMYK
RGB Variations
Color information
#AD132B (or 0xAD132B) is known color: Cardinal. HEX triplet: AD, 13 and 2B. RGB value is (173,19,43). Sum of RGB (Red+Green+Blue) = 173+19+43=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD132B is #52ECD4. Grayscale: #434343. Windows color (decimal): -5434581 or 2823085. OLE color: 2823085.
HSL color Cylindrical-coordinate representation of color #AD132B: hue angle of 350.65º 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 #AD132B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 43 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.32 |
| HSL | 350.65º | 0.8% | 0.38% | - |
| HSV(B) | 350.65º | 0.89% | 0.68% | - |
| XYZ | 17.9 | 9.52 | 3.18 | - |
| YUV | 67.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 43 | 0 | 0.89 | 0.75 | 0.32 | 350.65 | 0.8 | 0.38 |
| Hex | AD | 13 | 2B | 0 | 59 | 4B | 20 | 15F | 50 | 26 |
| Octal | 255 | 23 | 53 | 0 | 131 | 113 | 40 | 537 | 120 | 46 |
| Binary | 10101101 | 10011 | 101011 | 0 | 1011001 | 1001011 | 100000 | 101011111 | 1010000 | 100110 |
Color Harmonies of #AD132B
Complementary color
Monochromatic Colors of #AD132B
Black with #AD132B
Text Example
Text Example
White with #AD132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD132B; }
p { color: rgb(173,19,43); }
H1.HeaderClassName
{
color: #AD132B;
}
.AnyTagClassName
{
color: #AD132B;
}
</style>
background-color css
<style>
a { background-color: #AD132B; }
a { background-color: rgb(173,19,43); }
div.DivClassName
{
background-color: #AD132B;
}
.BgClassName
{
background-color: #AD132B;
}
</style>
border-color css
<style>
span { border-color: #AD132B; }
span { border-color: rgb(173,19,43); }
td.TdClassName
{
border-color: #AD132B;
}
.TagClassName
{
border-color: #AD132B;
}
</style>