Shades of Cardinal #AD1036
Tints of Cardinal #AD1036
RGB
CMYK
RGB Variations
Color information
#AD1036 (or 0xAD1036) is known color: Cardinal. HEX triplet: AD, 10 and 36. RGB value is (173,16,54). Sum of RGB (Red+Green+Blue) = 173+16+54=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1036 is #52EFC9. Grayscale: #434343. Windows color (decimal): -5435338 or 3543213. OLE color: 3543213.
HSL color Cylindrical-coordinate representation of color #AD1036: hue angle of 345.48º 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 #AD1036 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 54 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.32 |
| HSL | 345.48º | 0.83% | 0.37% | - |
| HSV(B) | 345.48º | 0.91% | 0.68% | - |
| XYZ | 18.08 | 9.52 | 4.37 | - |
| YUV | 67.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 54 | 0 | 0.91 | 0.69 | 0.32 | 345.48 | 0.83 | 0.37 |
| Hex | AD | 10 | 36 | 0 | 5B | 45 | 20 | 159 | 53 | 25 |
| Octal | 255 | 20 | 66 | 0 | 133 | 105 | 40 | 531 | 123 | 45 |
| Binary | 10101101 | 10000 | 110110 | 0 | 1011011 | 1000101 | 100000 | 101011001 | 1010011 | 100101 |
Color Harmonies of #AD1036
Complementary color
Monochromatic Colors of #AD1036
Black with #AD1036
Text Example
Text Example
White with #AD1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1036; }
p { color: rgb(173,16,54); }
H1.HeaderClassName
{
color: #AD1036;
}
.AnyTagClassName
{
color: #AD1036;
}
</style>
background-color css
<style>
a { background-color: #AD1036; }
a { background-color: rgb(173,16,54); }
div.DivClassName
{
background-color: #AD1036;
}
.BgClassName
{
background-color: #AD1036;
}
</style>
border-color css
<style>
span { border-color: #AD1036; }
span { border-color: rgb(173,16,54); }
td.TdClassName
{
border-color: #AD1036;
}
.TagClassName
{
border-color: #AD1036;
}
</style>