Shades of Cardinal #AD1B29
Tints of Cardinal #AD1B29
RGB
CMYK
RGB Variations
Color information
#AD1B29 (or 0xAD1B29) is known color: Cardinal. HEX triplet: AD, 1B and 29. RGB value is (173,27,41). Sum of RGB (Red+Green+Blue) = 173+27+41=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B29 is #52E4D6. Grayscale: #484848. Windows color (decimal): -5432535 or 2694061. OLE color: 2694061.
HSL color Cylindrical-coordinate representation of color #AD1B29: hue angle of 354.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B29 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 41 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.32 |
| HSL | 354.25º | 0.73% | 0.39% | - |
| HSV(B) | 354.25º | 0.84% | 0.68% | - |
| XYZ | 18.03 | 9.83 | 3.04 | - |
| YUV | 72.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 41 | 0 | 0.84 | 0.76 | 0.32 | 354.25 | 0.73 | 0.39 |
| Hex | AD | 1B | 29 | 0 | 54 | 4C | 20 | 162 | 49 | 27 |
| Octal | 255 | 33 | 51 | 0 | 124 | 114 | 40 | 542 | 111 | 47 |
| Binary | 10101101 | 11011 | 101001 | 0 | 1010100 | 1001100 | 100000 | 101100010 | 1001001 | 100111 |
Color Harmonies of #AD1B29
Complementary color
Monochromatic Colors of #AD1B29
Black with #AD1B29
Text Example
Text Example
White with #AD1B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B29; }
p { color: rgb(173,27,41); }
H1.HeaderClassName
{
color: #AD1B29;
}
.AnyTagClassName
{
color: #AD1B29;
}
</style>
background-color css
<style>
a { background-color: #AD1B29; }
a { background-color: rgb(173,27,41); }
div.DivClassName
{
background-color: #AD1B29;
}
.BgClassName
{
background-color: #AD1B29;
}
</style>
border-color css
<style>
span { border-color: #AD1B29; }
span { border-color: rgb(173,27,41); }
td.TdClassName
{
border-color: #AD1B29;
}
.TagClassName
{
border-color: #AD1B29;
}
</style>