Shades of Cardinal #AD1640
Tints of Cardinal #AD1640
RGB
CMYK
RGB Variations
Color information
#AD1640 (or 0xAD1640) is known color: Cardinal. HEX triplet: AD, 16 and 40. RGB value is (173,22,64). Sum of RGB (Red+Green+Blue) = 173+22+64=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1640 is #52E9BF. Grayscale: #474747. Windows color (decimal): -5433792 or 4200109. OLE color: 4200109.
HSL color Cylindrical-coordinate representation of color #AD1640: hue angle of 343.31º 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 #AD1640 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 64 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.32 |
| HSL | 343.31º | 0.77% | 0.38% | - |
| HSV(B) | 343.31º | 0.87% | 0.68% | - |
| XYZ | 18.45 | 9.83 | 5.78 | - |
| YUV | 71.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 64 | 0 | 0.87 | 0.63 | 0.32 | 343.31 | 0.77 | 0.38 |
| Hex | AD | 16 | 40 | 0 | 57 | 3F | 20 | 157 | 4D | 26 |
| Octal | 255 | 26 | 100 | 0 | 127 | 77 | 40 | 527 | 115 | 46 |
| Binary | 10101101 | 10110 | 1000000 | 0 | 1010111 | 111111 | 100000 | 101010111 | 1001101 | 100110 |
Color Harmonies of #AD1640
Complementary color
Monochromatic Colors of #AD1640
Black with #AD1640
Text Example
Text Example
White with #AD1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1640; }
p { color: rgb(173,22,64); }
H1.HeaderClassName
{
color: #AD1640;
}
.AnyTagClassName
{
color: #AD1640;
}
</style>
background-color css
<style>
a { background-color: #AD1640; }
a { background-color: rgb(173,22,64); }
div.DivClassName
{
background-color: #AD1640;
}
.BgClassName
{
background-color: #AD1640;
}
</style>
border-color css
<style>
span { border-color: #AD1640; }
span { border-color: rgb(173,22,64); }
td.TdClassName
{
border-color: #AD1640;
}
.TagClassName
{
border-color: #AD1640;
}
</style>