Shades of Cardinal #AD1132
Tints of Cardinal #AD1132
RGB
CMYK
RGB Variations
Color information
#AD1132 (or 0xAD1132) is known color: Cardinal. HEX triplet: AD, 11 and 32. RGB value is (173,17,50). Sum of RGB (Red+Green+Blue) = 173+17+50=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1132 is #52EECD. Grayscale: #434343. Windows color (decimal): -5435086 or 3281325. OLE color: 3281325.
HSL color Cylindrical-coordinate representation of color #AD1132: hue angle of 347.31º degrees, saturation: 0.82, 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 #AD1132 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 50 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.32 |
| HSL | 347.31º | 0.82% | 0.37% | - |
| HSV(B) | 347.31º | 0.9% | 0.68% | - |
| XYZ | 18.01 | 9.52 | 3.91 | - |
| YUV | 67.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 50 | 0 | 0.90 | 0.71 | 0.32 | 347.31 | 0.82 | 0.37 |
| Hex | AD | 11 | 32 | 0 | 5A | 47 | 20 | 15B | 52 | 25 |
| Octal | 255 | 21 | 62 | 0 | 132 | 107 | 40 | 533 | 122 | 45 |
| Binary | 10101101 | 10001 | 110010 | 0 | 1011010 | 1000111 | 100000 | 101011011 | 1010010 | 100101 |
Color Harmonies of #AD1132
Complementary color
Monochromatic Colors of #AD1132
Black with #AD1132
Text Example
Text Example
White with #AD1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1132; }
p { color: rgb(173,17,50); }
H1.HeaderClassName
{
color: #AD1132;
}
.AnyTagClassName
{
color: #AD1132;
}
</style>
background-color css
<style>
a { background-color: #AD1132; }
a { background-color: rgb(173,17,50); }
div.DivClassName
{
background-color: #AD1132;
}
.BgClassName
{
background-color: #AD1132;
}
</style>
border-color css
<style>
span { border-color: #AD1132; }
span { border-color: rgb(173,17,50); }
td.TdClassName
{
border-color: #AD1132;
}
.TagClassName
{
border-color: #AD1132;
}
</style>