Shades of Cardinal #AD1741
Tints of Cardinal #AD1741
RGB
CMYK
RGB Variations
Color information
#AD1741 (or 0xAD1741) is known color: Cardinal. HEX triplet: AD, 17 and 41. RGB value is (173,23,65). Sum of RGB (Red+Green+Blue) = 173+23+65=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1741 is #52E8BE. Grayscale: #484848. Windows color (decimal): -5433535 or 4265901. OLE color: 4265901.
HSL color Cylindrical-coordinate representation of color #AD1741: hue angle of 343.2º 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 #AD1741 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 65 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.32 |
| HSL | 343.2º | 0.77% | 0.38% | - |
| HSV(B) | 343.2º | 0.87% | 0.68% | - |
| XYZ | 18.49 | 9.88 | 5.93 | - |
| YUV | 72.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 65 | 0 | 0.87 | 0.62 | 0.32 | 343.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 41 | 0 | 57 | 3E | 20 | 157 | 4D | 26 |
| Octal | 255 | 27 | 101 | 0 | 127 | 76 | 40 | 527 | 115 | 46 |
| Binary | 10101101 | 10111 | 1000001 | 0 | 1010111 | 111110 | 100000 | 101010111 | 1001101 | 100110 |
Color Harmonies of #AD1741
Complementary color
Monochromatic Colors of #AD1741
Black with #AD1741
Text Example
Text Example
White with #AD1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1741; }
p { color: rgb(173,23,65); }
H1.HeaderClassName
{
color: #AD1741;
}
.AnyTagClassName
{
color: #AD1741;
}
</style>
background-color css
<style>
a { background-color: #AD1741; }
a { background-color: rgb(173,23,65); }
div.DivClassName
{
background-color: #AD1741;
}
.BgClassName
{
background-color: #AD1741;
}
</style>
border-color css
<style>
span { border-color: #AD1741; }
span { border-color: rgb(173,23,65); }
td.TdClassName
{
border-color: #AD1741;
}
.TagClassName
{
border-color: #AD1741;
}
</style>