Shades of Cardinal #AD1140
Tints of Cardinal #AD1140
RGB
CMYK
RGB Variations
Color information
#AD1140 (or 0xAD1140) is known color: Cardinal. HEX triplet: AD, 11 and 40. RGB value is (173,17,64). Sum of RGB (Red+Green+Blue) = 173+17+64=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1140 is #52EEBF. Grayscale: #444444. Windows color (decimal): -5435072 or 4198829. OLE color: 4198829.
HSL color Cylindrical-coordinate representation of color #AD1140: hue angle of 341.92º 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 #AD1140 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 64 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.32 |
| HSL | 341.92º | 0.82% | 0.37% | - |
| HSV(B) | 341.92º | 0.9% | 0.68% | - |
| XYZ | 18.36 | 9.66 | 5.75 | - |
| YUV | 69 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 64 | 0 | 0.90 | 0.63 | 0.32 | 341.92 | 0.82 | 0.37 |
| Hex | AD | 11 | 40 | 0 | 5A | 3F | 20 | 156 | 52 | 25 |
| Octal | 255 | 21 | 100 | 0 | 132 | 77 | 40 | 526 | 122 | 45 |
| Binary | 10101101 | 10001 | 1000000 | 0 | 1011010 | 111111 | 100000 | 101010110 | 1010010 | 100101 |
Color Harmonies of #AD1140
Complementary color
Monochromatic Colors of #AD1140
Black with #AD1140
Text Example
Text Example
White with #AD1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1140; }
p { color: rgb(173,17,64); }
H1.HeaderClassName
{
color: #AD1140;
}
.AnyTagClassName
{
color: #AD1140;
}
</style>
background-color css
<style>
a { background-color: #AD1140; }
a { background-color: rgb(173,17,64); }
div.DivClassName
{
background-color: #AD1140;
}
.BgClassName
{
background-color: #AD1140;
}
</style>
border-color css
<style>
span { border-color: #AD1140; }
span { border-color: rgb(173,17,64); }
td.TdClassName
{
border-color: #AD1140;
}
.TagClassName
{
border-color: #AD1140;
}
</style>