Shades of Cardinal #AD1034
Tints of Cardinal #AD1034
RGB
CMYK
RGB Variations
Color information
#AD1034 (or 0xAD1034) is known color: Cardinal. HEX triplet: AD, 10 and 34. RGB value is (173,16,52). Sum of RGB (Red+Green+Blue) = 173+16+52=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1034 is #52EFCB. Grayscale: #434343. Windows color (decimal): -5435340 or 3412141. OLE color: 3412141.
HSL color Cylindrical-coordinate representation of color #AD1034: hue angle of 346.24º 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 #AD1034 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 52 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.32 |
| HSL | 346.24º | 0.83% | 0.37% | - |
| HSV(B) | 346.24º | 0.91% | 0.68% | - |
| XYZ | 18.04 | 9.5 | 4.13 | - |
| YUV | 67.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 52 | 0 | 0.91 | 0.70 | 0.32 | 346.24 | 0.83 | 0.37 |
| Hex | AD | 10 | 34 | 0 | 5B | 46 | 20 | 15A | 53 | 25 |
| Octal | 255 | 20 | 64 | 0 | 133 | 106 | 40 | 532 | 123 | 45 |
| Binary | 10101101 | 10000 | 110100 | 0 | 1011011 | 1000110 | 100000 | 101011010 | 1010011 | 100101 |
Color Harmonies of #AD1034
Complementary color
Monochromatic Colors of #AD1034
Black with #AD1034
Text Example
Text Example
White with #AD1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1034; }
p { color: rgb(173,16,52); }
H1.HeaderClassName
{
color: #AD1034;
}
.AnyTagClassName
{
color: #AD1034;
}
</style>
background-color css
<style>
a { background-color: #AD1034; }
a { background-color: rgb(173,16,52); }
div.DivClassName
{
background-color: #AD1034;
}
.BgClassName
{
background-color: #AD1034;
}
</style>
border-color css
<style>
span { border-color: #AD1034; }
span { border-color: rgb(173,16,52); }
td.TdClassName
{
border-color: #AD1034;
}
.TagClassName
{
border-color: #AD1034;
}
</style>