Shades of Cardinal #AD132A
Tints of Cardinal #AD132A
RGB
CMYK
RGB Variations
Color information
#AD132A (or 0xAD132A) is known color: Cardinal. HEX triplet: AD, 13 and 2A. RGB value is (173,19,42). Sum of RGB (Red+Green+Blue) = 173+19+42=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD132A is #52ECD5. Grayscale: #434343. Windows color (decimal): -5434582 or 2757549. OLE color: 2757549.
HSL color Cylindrical-coordinate representation of color #AD132A: hue angle of 351.04º 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 #AD132A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 42 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.32 |
| HSL | 351.04º | 0.8% | 0.38% | - |
| HSV(B) | 351.04º | 0.89% | 0.68% | - |
| XYZ | 17.88 | 9.52 | 3.08 | - |
| YUV | 67.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 42 | 0 | 0.89 | 0.76 | 0.32 | 351.04 | 0.8 | 0.38 |
| Hex | AD | 13 | 2A | 0 | 59 | 4C | 20 | 15F | 50 | 26 |
| Octal | 255 | 23 | 52 | 0 | 131 | 114 | 40 | 537 | 120 | 46 |
| Binary | 10101101 | 10011 | 101010 | 0 | 1011001 | 1001100 | 100000 | 101011111 | 1010000 | 100110 |
Color Harmonies of #AD132A
Complementary color
Monochromatic Colors of #AD132A
Black with #AD132A
Text Example
Text Example
White with #AD132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD132A; }
p { color: rgb(173,19,42); }
H1.HeaderClassName
{
color: #AD132A;
}
.AnyTagClassName
{
color: #AD132A;
}
</style>
background-color css
<style>
a { background-color: #AD132A; }
a { background-color: rgb(173,19,42); }
div.DivClassName
{
background-color: #AD132A;
}
.BgClassName
{
background-color: #AD132A;
}
</style>
border-color css
<style>
span { border-color: #AD132A; }
span { border-color: rgb(173,19,42); }
td.TdClassName
{
border-color: #AD132A;
}
.TagClassName
{
border-color: #AD132A;
}
</style>