Shades of Cardinal #AD1134
Tints of Cardinal #AD1134
RGB
CMYK
RGB Variations
Color information
#AD1134 (or 0xAD1134) is known color: Cardinal. HEX triplet: AD, 11 and 34. RGB value is (173,17,52). Sum of RGB (Red+Green+Blue) = 173+17+52=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1134 is #52EECB. Grayscale: #434343. Windows color (decimal): -5435084 or 3412397. OLE color: 3412397.
HSL color Cylindrical-coordinate representation of color #AD1134: hue angle of 346.54º 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 #AD1134 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 52 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.32 |
| HSL | 346.54º | 0.82% | 0.37% | - |
| HSV(B) | 346.54º | 0.9% | 0.68% | - |
| XYZ | 18.05 | 9.53 | 4.14 | - |
| YUV | 67.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 52 | 0 | 0.90 | 0.70 | 0.32 | 346.54 | 0.82 | 0.37 |
| Hex | AD | 11 | 34 | 0 | 5A | 46 | 20 | 15B | 52 | 25 |
| Octal | 255 | 21 | 64 | 0 | 132 | 106 | 40 | 533 | 122 | 45 |
| Binary | 10101101 | 10001 | 110100 | 0 | 1011010 | 1000110 | 100000 | 101011011 | 1010010 | 100101 |
Color Harmonies of #AD1134
Complementary color
Monochromatic Colors of #AD1134
Black with #AD1134
Text Example
Text Example
White with #AD1134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1134; }
p { color: rgb(173,17,52); }
H1.HeaderClassName
{
color: #AD1134;
}
.AnyTagClassName
{
color: #AD1134;
}
</style>
background-color css
<style>
a { background-color: #AD1134; }
a { background-color: rgb(173,17,52); }
div.DivClassName
{
background-color: #AD1134;
}
.BgClassName
{
background-color: #AD1134;
}
</style>
border-color css
<style>
span { border-color: #AD1134; }
span { border-color: rgb(173,17,52); }
td.TdClassName
{
border-color: #AD1134;
}
.TagClassName
{
border-color: #AD1134;
}
</style>