Shades of Cardinal #AD1B2F
Tints of Cardinal #AD1B2F
RGB
CMYK
RGB Variations
Color information
#AD1B2F (or 0xAD1B2F) is known color: Cardinal. HEX triplet: AD, 1B and 2F. RGB value is (173,27,47). Sum of RGB (Red+Green+Blue) = 173+27+47=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B2F is #52E4D0. Grayscale: #494949. Windows color (decimal): -5432529 or 3087277. OLE color: 3087277.
HSL color Cylindrical-coordinate representation of color #AD1B2F: hue angle of 351.78º 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 #AD1B2F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 47 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.32 |
| HSL | 351.78º | 0.73% | 0.39% | - |
| HSV(B) | 351.78º | 0.84% | 0.68% | - |
| XYZ | 18.14 | 9.87 | 3.64 | - |
| YUV | 72.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 47 | 0 | 0.84 | 0.73 | 0.32 | 351.78 | 0.73 | 0.39 |
| Hex | AD | 1B | 2F | 0 | 54 | 49 | 20 | 160 | 49 | 27 |
| Octal | 255 | 33 | 57 | 0 | 124 | 111 | 40 | 540 | 111 | 47 |
| Binary | 10101101 | 11011 | 101111 | 0 | 1010100 | 1001001 | 100000 | 101100000 | 1001001 | 100111 |
Color Harmonies of #AD1B2F
Complementary color
Monochromatic Colors of #AD1B2F
Black with #AD1B2F
Text Example
Text Example
White with #AD1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B2F; }
p { color: rgb(173,27,47); }
H1.HeaderClassName
{
color: #AD1B2F;
}
.AnyTagClassName
{
color: #AD1B2F;
}
</style>
background-color css
<style>
a { background-color: #AD1B2F; }
a { background-color: rgb(173,27,47); }
div.DivClassName
{
background-color: #AD1B2F;
}
.BgClassName
{
background-color: #AD1B2F;
}
</style>
border-color css
<style>
span { border-color: #AD1B2F; }
span { border-color: rgb(173,27,47); }
td.TdClassName
{
border-color: #AD1B2F;
}
.TagClassName
{
border-color: #AD1B2F;
}
</style>