Shades of Cardinal #AD183C
Tints of Cardinal #AD183C
RGB
CMYK
RGB Variations
Color information
#AD183C (or 0xAD183C) is known color: Cardinal. HEX triplet: AD, 18 and 3C. RGB value is (173,24,60). Sum of RGB (Red+Green+Blue) = 173+24+60=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD183C is #52E7C3. Grayscale: #484848. Windows color (decimal): -5433284 or 3938477. OLE color: 3938477.
HSL color Cylindrical-coordinate representation of color #AD183C: hue angle of 345.5º degrees, saturation: 0.76, 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 #AD183C is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 60 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.32 |
| HSL | 345.5º | 0.76% | 0.39% | - |
| HSV(B) | 345.5º | 0.86% | 0.68% | - |
| XYZ | 18.38 | 9.86 | 5.21 | - |
| YUV | 72.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 60 | 0 | 0.86 | 0.65 | 0.32 | 345.5 | 0.76 | 0.39 |
| Hex | AD | 18 | 3C | 0 | 56 | 41 | 20 | 15A | 4C | 27 |
| Octal | 255 | 30 | 74 | 0 | 126 | 101 | 40 | 532 | 114 | 47 |
| Binary | 10101101 | 11000 | 111100 | 0 | 1010110 | 1000001 | 100000 | 101011010 | 1001100 | 100111 |
Color Harmonies of #AD183C
Complementary color
Monochromatic Colors of #AD183C
Black with #AD183C
Text Example
Text Example
White with #AD183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD183C; }
p { color: rgb(173,24,60); }
H1.HeaderClassName
{
color: #AD183C;
}
.AnyTagClassName
{
color: #AD183C;
}
</style>
background-color css
<style>
a { background-color: #AD183C; }
a { background-color: rgb(173,24,60); }
div.DivClassName
{
background-color: #AD183C;
}
.BgClassName
{
background-color: #AD183C;
}
</style>
border-color css
<style>
span { border-color: #AD183C; }
span { border-color: rgb(173,24,60); }
td.TdClassName
{
border-color: #AD183C;
}
.TagClassName
{
border-color: #AD183C;
}
</style>