Shades of Cardinal #AD1639
Tints of Cardinal #AD1639
RGB
CMYK
RGB Variations
Color information
#AD1639 (or 0xAD1639) is known color: Cardinal. HEX triplet: AD, 16 and 39. RGB value is (173,22,57). Sum of RGB (Red+Green+Blue) = 173+22+57=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1639 is #52E9C6. Grayscale: #474747. Windows color (decimal): -5433799 or 3741357. OLE color: 3741357.
HSL color Cylindrical-coordinate representation of color #AD1639: hue angle of 346.09º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1639 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 57 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.32 |
| HSL | 346.09º | 0.77% | 0.38% | - |
| HSV(B) | 346.09º | 0.87% | 0.68% | - |
| XYZ | 18.26 | 9.75 | 4.79 | - |
| YUV | 71.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 57 | 0 | 0.87 | 0.67 | 0.32 | 346.09 | 0.77 | 0.38 |
| Hex | AD | 16 | 39 | 0 | 57 | 43 | 20 | 15A | 4D | 26 |
| Octal | 255 | 26 | 71 | 0 | 127 | 103 | 40 | 532 | 115 | 46 |
| Binary | 10101101 | 10110 | 111001 | 0 | 1010111 | 1000011 | 100000 | 101011010 | 1001101 | 100110 |
Color Harmonies of #AD1639
Complementary color
Monochromatic Colors of #AD1639
Black with #AD1639
Text Example
Text Example
White with #AD1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1639; }
p { color: rgb(173,22,57); }
H1.HeaderClassName
{
color: #AD1639;
}
.AnyTagClassName
{
color: #AD1639;
}
</style>
background-color css
<style>
a { background-color: #AD1639; }
a { background-color: rgb(173,22,57); }
div.DivClassName
{
background-color: #AD1639;
}
.BgClassName
{
background-color: #AD1639;
}
</style>
border-color css
<style>
span { border-color: #AD1639; }
span { border-color: rgb(173,22,57); }
td.TdClassName
{
border-color: #AD1639;
}
.TagClassName
{
border-color: #AD1639;
}
</style>