Shades of Cardinal #AD182F
Tints of Cardinal #AD182F
RGB
CMYK
RGB Variations
Color information
#AD182F (or 0xAD182F) is known color: Cardinal. HEX triplet: AD, 18 and 2F. RGB value is (173,24,47). Sum of RGB (Red+Green+Blue) = 173+24+47=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD182F is #52E7D0. Grayscale: #474747. Windows color (decimal): -5433297 or 3086509. OLE color: 3086509.
HSL color Cylindrical-coordinate representation of color #AD182F: hue angle of 350.74º 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 #AD182F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 47 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.32 |
| HSL | 350.74º | 0.76% | 0.39% | - |
| HSV(B) | 350.74º | 0.86% | 0.68% | - |
| XYZ | 18.07 | 9.74 | 3.62 | - |
| YUV | 71.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 47 | 0 | 0.86 | 0.73 | 0.32 | 350.74 | 0.76 | 0.39 |
| Hex | AD | 18 | 2F | 0 | 56 | 49 | 20 | 15F | 4C | 27 |
| Octal | 255 | 30 | 57 | 0 | 126 | 111 | 40 | 537 | 114 | 47 |
| Binary | 10101101 | 11000 | 101111 | 0 | 1010110 | 1001001 | 100000 | 101011111 | 1001100 | 100111 |
Color Harmonies of #AD182F
Complementary color
Monochromatic Colors of #AD182F
Black with #AD182F
Text Example
Text Example
White with #AD182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD182F; }
p { color: rgb(173,24,47); }
H1.HeaderClassName
{
color: #AD182F;
}
.AnyTagClassName
{
color: #AD182F;
}
</style>
background-color css
<style>
a { background-color: #AD182F; }
a { background-color: rgb(173,24,47); }
div.DivClassName
{
background-color: #AD182F;
}
.BgClassName
{
background-color: #AD182F;
}
</style>
border-color css
<style>
span { border-color: #AD182F; }
span { border-color: rgb(173,24,47); }
td.TdClassName
{
border-color: #AD182F;
}
.TagClassName
{
border-color: #AD182F;
}
</style>