Shades of Cardinal #AD182D
Tints of Cardinal #AD182D
RGB
CMYK
RGB Variations
Color information
#AD182D (or 0xAD182D) is known color: Cardinal. HEX triplet: AD, 18 and 2D. RGB value is (173,24,45). Sum of RGB (Red+Green+Blue) = 173+24+45=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD182D is #52E7D2. Grayscale: #474747. Windows color (decimal): -5433299 or 2955437. OLE color: 2955437.
HSL color Cylindrical-coordinate representation of color #AD182D: hue angle of 351.54º 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 #AD182D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 45 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.32 |
| HSL | 351.54º | 0.76% | 0.39% | - |
| HSV(B) | 351.54º | 0.86% | 0.68% | - |
| XYZ | 18.03 | 9.73 | 3.41 | - |
| YUV | 70.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 45 | 0 | 0.86 | 0.74 | 0.32 | 351.54 | 0.76 | 0.39 |
| Hex | AD | 18 | 2D | 0 | 56 | 4A | 20 | 160 | 4C | 27 |
| Octal | 255 | 30 | 55 | 0 | 126 | 112 | 40 | 540 | 114 | 47 |
| Binary | 10101101 | 11000 | 101101 | 0 | 1010110 | 1001010 | 100000 | 101100000 | 1001100 | 100111 |
Color Harmonies of #AD182D
Complementary color
Monochromatic Colors of #AD182D
Black with #AD182D
Text Example
Text Example
White with #AD182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD182D; }
p { color: rgb(173,24,45); }
H1.HeaderClassName
{
color: #AD182D;
}
.AnyTagClassName
{
color: #AD182D;
}
</style>
background-color css
<style>
a { background-color: #AD182D; }
a { background-color: rgb(173,24,45); }
div.DivClassName
{
background-color: #AD182D;
}
.BgClassName
{
background-color: #AD182D;
}
</style>
border-color css
<style>
span { border-color: #AD182D; }
span { border-color: rgb(173,24,45); }
td.TdClassName
{
border-color: #AD182D;
}
.TagClassName
{
border-color: #AD182D;
}
</style>