Shades of Cardinal #AD1032
Tints of Cardinal #AD1032
RGB
CMYK
RGB Variations
Color information
#AD1032 (or 0xAD1032) is known color: Cardinal. HEX triplet: AD, 10 and 32. RGB value is (173,16,50). Sum of RGB (Red+Green+Blue) = 173+16+50=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1032 is #52EFCD. Grayscale: #424242. Windows color (decimal): -5435342 or 3281069. OLE color: 3281069.
HSL color Cylindrical-coordinate representation of color #AD1032: hue angle of 347.01º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1032 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 50 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.32 |
| HSL | 347.01º | 0.83% | 0.37% | - |
| HSV(B) | 347.01º | 0.91% | 0.68% | - |
| XYZ | 17.99 | 9.49 | 3.9 | - |
| YUV | 66.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 50 | 0 | 0.91 | 0.71 | 0.32 | 347.01 | 0.83 | 0.37 |
| Hex | AD | 10 | 32 | 0 | 5B | 47 | 20 | 15B | 53 | 25 |
| Octal | 255 | 20 | 62 | 0 | 133 | 107 | 40 | 533 | 123 | 45 |
| Binary | 10101101 | 10000 | 110010 | 0 | 1011011 | 1000111 | 100000 | 101011011 | 1010011 | 100101 |
Color Harmonies of #AD1032
Complementary color
Monochromatic Colors of #AD1032
Black with #AD1032
Text Example
Text Example
White with #AD1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1032; }
p { color: rgb(173,16,50); }
H1.HeaderClassName
{
color: #AD1032;
}
.AnyTagClassName
{
color: #AD1032;
}
</style>
background-color css
<style>
a { background-color: #AD1032; }
a { background-color: rgb(173,16,50); }
div.DivClassName
{
background-color: #AD1032;
}
.BgClassName
{
background-color: #AD1032;
}
</style>
border-color css
<style>
span { border-color: #AD1032; }
span { border-color: rgb(173,16,50); }
td.TdClassName
{
border-color: #AD1032;
}
.TagClassName
{
border-color: #AD1032;
}
</style>