Shades of Cardinal #AD1C2E
Tints of Cardinal #AD1C2E
RGB
CMYK
RGB Variations
Color information
#AD1C2E (or 0xAD1C2E) is known color: Cardinal. HEX triplet: AD, 1C and 2E. RGB value is (173,28,46). Sum of RGB (Red+Green+Blue) = 173+28+46=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C2E is #52E3D1. Grayscale: #494949. Windows color (decimal): -5432274 or 3021997. OLE color: 3021997.
HSL color Cylindrical-coordinate representation of color #AD1C2E: hue angle of 352.55º 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 #AD1C2E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 46 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.32 |
| HSL | 352.55º | 0.72% | 0.39% | - |
| HSV(B) | 352.55º | 0.84% | 0.68% | - |
| XYZ | 18.14 | 9.91 | 3.54 | - |
| YUV | 73.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 46 | 0 | 0.84 | 0.73 | 0.32 | 352.55 | 0.72 | 0.39 |
| Hex | AD | 1C | 2E | 0 | 54 | 49 | 20 | 161 | 48 | 27 |
| Octal | 255 | 34 | 56 | 0 | 124 | 111 | 40 | 541 | 110 | 47 |
| Binary | 10101101 | 11100 | 101110 | 0 | 1010100 | 1001001 | 100000 | 101100001 | 1001000 | 100111 |
Color Harmonies of #AD1C2E
Complementary color
Monochromatic Colors of #AD1C2E
Black with #AD1C2E
Text Example
Text Example
White with #AD1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C2E; }
p { color: rgb(173,28,46); }
H1.HeaderClassName
{
color: #AD1C2E;
}
.AnyTagClassName
{
color: #AD1C2E;
}
</style>
background-color css
<style>
a { background-color: #AD1C2E; }
a { background-color: rgb(173,28,46); }
div.DivClassName
{
background-color: #AD1C2E;
}
.BgClassName
{
background-color: #AD1C2E;
}
</style>
border-color css
<style>
span { border-color: #AD1C2E; }
span { border-color: rgb(173,28,46); }
td.TdClassName
{
border-color: #AD1C2E;
}
.TagClassName
{
border-color: #AD1C2E;
}
</style>