Shades of Cardinal #AD1941
Tints of Cardinal #AD1941
RGB
CMYK
RGB Variations
Color information
#AD1941 (or 0xAD1941) is known color: Cardinal. HEX triplet: AD, 19 and 41. RGB value is (173,25,65). Sum of RGB (Red+Green+Blue) = 173+25+65=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1941 is #52E6BE. Grayscale: #494949. Windows color (decimal): -5433023 or 4266413. OLE color: 4266413.
HSL color Cylindrical-coordinate representation of color #AD1941: hue angle of 343.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1941 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 65 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.32 |
| HSL | 343.78º | 0.75% | 0.39% | - |
| HSV(B) | 343.78º | 0.86% | 0.68% | - |
| XYZ | 18.54 | 9.96 | 5.95 | - |
| YUV | 73.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 65 | 0 | 0.86 | 0.62 | 0.32 | 343.78 | 0.75 | 0.39 |
| Hex | AD | 19 | 41 | 0 | 56 | 3E | 20 | 158 | 4B | 27 |
| Octal | 255 | 31 | 101 | 0 | 126 | 76 | 40 | 530 | 113 | 47 |
| Binary | 10101101 | 11001 | 1000001 | 0 | 1010110 | 111110 | 100000 | 101011000 | 1001011 | 100111 |
Color Harmonies of #AD1941
Complementary color
Monochromatic Colors of #AD1941
Black with #AD1941
Text Example
Text Example
White with #AD1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1941; }
p { color: rgb(173,25,65); }
H1.HeaderClassName
{
color: #AD1941;
}
.AnyTagClassName
{
color: #AD1941;
}
</style>
background-color css
<style>
a { background-color: #AD1941; }
a { background-color: rgb(173,25,65); }
div.DivClassName
{
background-color: #AD1941;
}
.BgClassName
{
background-color: #AD1941;
}
</style>
border-color css
<style>
span { border-color: #AD1941; }
span { border-color: rgb(173,25,65); }
td.TdClassName
{
border-color: #AD1941;
}
.TagClassName
{
border-color: #AD1941;
}
</style>