Shades of Cardinal #AD1938
Tints of Cardinal #AD1938
RGB
CMYK
RGB Variations
Color information
#AD1938 (or 0xAD1938) is known color: Cardinal. HEX triplet: AD, 19 and 38. RGB value is (173,25,56). Sum of RGB (Red+Green+Blue) = 173+25+56=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1938 is #52E6C7. Grayscale: #484848. Windows color (decimal): -5433032 or 3676589. OLE color: 3676589.
HSL color Cylindrical-coordinate representation of color #AD1938: hue angle of 347.43º 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 #AD1938 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 56 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.32 |
| HSL | 347.43º | 0.75% | 0.39% | - |
| HSV(B) | 347.43º | 0.86% | 0.68% | - |
| XYZ | 18.3 | 9.87 | 4.68 | - |
| YUV | 72.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 56 | 0 | 0.86 | 0.68 | 0.32 | 347.43 | 0.75 | 0.39 |
| Hex | AD | 19 | 38 | 0 | 56 | 44 | 20 | 15B | 4B | 27 |
| Octal | 255 | 31 | 70 | 0 | 126 | 104 | 40 | 533 | 113 | 47 |
| Binary | 10101101 | 11001 | 111000 | 0 | 1010110 | 1000100 | 100000 | 101011011 | 1001011 | 100111 |
Color Harmonies of #AD1938
Complementary color
Monochromatic Colors of #AD1938
Black with #AD1938
Text Example
Text Example
White with #AD1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1938; }
p { color: rgb(173,25,56); }
H1.HeaderClassName
{
color: #AD1938;
}
.AnyTagClassName
{
color: #AD1938;
}
</style>
background-color css
<style>
a { background-color: #AD1938; }
a { background-color: rgb(173,25,56); }
div.DivClassName
{
background-color: #AD1938;
}
.BgClassName
{
background-color: #AD1938;
}
</style>
border-color css
<style>
span { border-color: #AD1938; }
span { border-color: rgb(173,25,56); }
td.TdClassName
{
border-color: #AD1938;
}
.TagClassName
{
border-color: #AD1938;
}
</style>