Shades of Cardinal #AD1C2F
Tints of Cardinal #AD1C2F
RGB
CMYK
RGB Variations
Color information
#AD1C2F (or 0xAD1C2F) is known color: Cardinal. HEX triplet: AD, 1C and 2F. RGB value is (173,28,47). Sum of RGB (Red+Green+Blue) = 173+28+47=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C2F is #52E3D0. Grayscale: #494949. Windows color (decimal): -5432273 or 3087533. OLE color: 3087533.
HSL color Cylindrical-coordinate representation of color #AD1C2F: hue angle of 352.14º degrees, saturation: 0.72, 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 #AD1C2F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 47 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.32 |
| HSL | 352.14º | 0.72% | 0.39% | - |
| HSV(B) | 352.14º | 0.84% | 0.68% | - |
| XYZ | 18.16 | 9.92 | 3.65 | - |
| YUV | 73.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 47 | 0 | 0.84 | 0.73 | 0.32 | 352.14 | 0.72 | 0.39 |
| Hex | AD | 1C | 2F | 0 | 54 | 49 | 20 | 160 | 48 | 27 |
| Octal | 255 | 34 | 57 | 0 | 124 | 111 | 40 | 540 | 110 | 47 |
| Binary | 10101101 | 11100 | 101111 | 0 | 1010100 | 1001001 | 100000 | 101100000 | 1001000 | 100111 |
Color Harmonies of #AD1C2F
Complementary color
Monochromatic Colors of #AD1C2F
Black with #AD1C2F
Text Example
Text Example
White with #AD1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C2F; }
p { color: rgb(173,28,47); }
H1.HeaderClassName
{
color: #AD1C2F;
}
.AnyTagClassName
{
color: #AD1C2F;
}
</style>
background-color css
<style>
a { background-color: #AD1C2F; }
a { background-color: rgb(173,28,47); }
div.DivClassName
{
background-color: #AD1C2F;
}
.BgClassName
{
background-color: #AD1C2F;
}
</style>
border-color css
<style>
span { border-color: #AD1C2F; }
span { border-color: rgb(173,28,47); }
td.TdClassName
{
border-color: #AD1C2F;
}
.TagClassName
{
border-color: #AD1C2F;
}
</style>