Shades of Cardinal #AD182A
Tints of Cardinal #AD182A
RGB
CMYK
RGB Variations
Color information
#AD182A (or 0xAD182A) is known color: Cardinal. HEX triplet: AD, 18 and 2A. RGB value is (173,24,42). Sum of RGB (Red+Green+Blue) = 173+24+42=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD182A is #52E7D5. Grayscale: #464646. Windows color (decimal): -5433302 or 2758829. OLE color: 2758829.
HSL color Cylindrical-coordinate representation of color #AD182A: hue angle of 352.75º 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 #AD182A is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 42 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.32 |
| HSL | 352.75º | 0.76% | 0.39% | - |
| HSV(B) | 352.75º | 0.86% | 0.68% | - |
| XYZ | 17.98 | 9.7 | 3.12 | - |
| YUV | 70.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 42 | 0 | 0.86 | 0.76 | 0.32 | 352.75 | 0.76 | 0.39 |
| Hex | AD | 18 | 2A | 0 | 56 | 4C | 20 | 161 | 4C | 27 |
| Octal | 255 | 30 | 52 | 0 | 126 | 114 | 40 | 541 | 114 | 47 |
| Binary | 10101101 | 11000 | 101010 | 0 | 1010110 | 1001100 | 100000 | 101100001 | 1001100 | 100111 |
Color Harmonies of #AD182A
Complementary color
Monochromatic Colors of #AD182A
Black with #AD182A
Text Example
Text Example
White with #AD182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD182A; }
p { color: rgb(173,24,42); }
H1.HeaderClassName
{
color: #AD182A;
}
.AnyTagClassName
{
color: #AD182A;
}
</style>
background-color css
<style>
a { background-color: #AD182A; }
a { background-color: rgb(173,24,42); }
div.DivClassName
{
background-color: #AD182A;
}
.BgClassName
{
background-color: #AD182A;
}
</style>
border-color css
<style>
span { border-color: #AD182A; }
span { border-color: rgb(173,24,42); }
td.TdClassName
{
border-color: #AD182A;
}
.TagClassName
{
border-color: #AD182A;
}
</style>