Shades of Cardinal #AD182C
Tints of Cardinal #AD182C
RGB
CMYK
RGB Variations
Color information
#AD182C (or 0xAD182C) is known color: Cardinal. HEX triplet: AD, 18 and 2C. RGB value is (173,24,44). Sum of RGB (Red+Green+Blue) = 173+24+44=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD182C is #52E7D3. Grayscale: #464646. Windows color (decimal): -5433300 or 2889901. OLE color: 2889901.
HSL color Cylindrical-coordinate representation of color #AD182C: hue angle of 351.95º 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 #AD182C is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 44 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.32 |
| HSL | 351.95º | 0.76% | 0.39% | - |
| HSV(B) | 351.95º | 0.86% | 0.68% | - |
| XYZ | 18.01 | 9.72 | 3.31 | - |
| YUV | 70.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 44 | 0 | 0.86 | 0.75 | 0.32 | 351.95 | 0.76 | 0.39 |
| Hex | AD | 18 | 2C | 0 | 56 | 4B | 20 | 160 | 4C | 27 |
| Octal | 255 | 30 | 54 | 0 | 126 | 113 | 40 | 540 | 114 | 47 |
| Binary | 10101101 | 11000 | 101100 | 0 | 1010110 | 1001011 | 100000 | 101100000 | 1001100 | 100111 |
Color Harmonies of #AD182C
Complementary color
Monochromatic Colors of #AD182C
Black with #AD182C
Text Example
Text Example
White with #AD182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD182C; }
p { color: rgb(173,24,44); }
H1.HeaderClassName
{
color: #AD182C;
}
.AnyTagClassName
{
color: #AD182C;
}
</style>
background-color css
<style>
a { background-color: #AD182C; }
a { background-color: rgb(173,24,44); }
div.DivClassName
{
background-color: #AD182C;
}
.BgClassName
{
background-color: #AD182C;
}
</style>
border-color css
<style>
span { border-color: #AD182C; }
span { border-color: rgb(173,24,44); }
td.TdClassName
{
border-color: #AD182C;
}
.TagClassName
{
border-color: #AD182C;
}
</style>