Shades of Cardinal #AD1B3E
Tints of Cardinal #AD1B3E
RGB
CMYK
RGB Variations
Color information
#AD1B3E (or 0xAD1B3E) is known color: Cardinal. HEX triplet: AD, 1B and 3E. RGB value is (173,27,62). Sum of RGB (Red+Green+Blue) = 173+27+62=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B3E is #52E4C1. Grayscale: #4A4A4A. Windows color (decimal): -5432514 or 4070317. OLE color: 4070317.
HSL color Cylindrical-coordinate representation of color #AD1B3E: hue angle of 345.62º 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 #AD1B3E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 62 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.32 |
| HSL | 345.62º | 0.73% | 0.39% | - |
| HSV(B) | 345.62º | 0.84% | 0.68% | - |
| XYZ | 18.5 | 10.02 | 5.52 | - |
| YUV | 74.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 62 | 0 | 0.84 | 0.64 | 0.32 | 345.62 | 0.73 | 0.39 |
| Hex | AD | 1B | 3E | 0 | 54 | 40 | 20 | 15A | 49 | 27 |
| Octal | 255 | 33 | 76 | 0 | 124 | 100 | 40 | 532 | 111 | 47 |
| Binary | 10101101 | 11011 | 111110 | 0 | 1010100 | 1000000 | 100000 | 101011010 | 1001001 | 100111 |
Color Harmonies of #AD1B3E
Complementary color
Monochromatic Colors of #AD1B3E
Black with #AD1B3E
Text Example
Text Example
White with #AD1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B3E; }
p { color: rgb(173,27,62); }
H1.HeaderClassName
{
color: #AD1B3E;
}
.AnyTagClassName
{
color: #AD1B3E;
}
</style>
background-color css
<style>
a { background-color: #AD1B3E; }
a { background-color: rgb(173,27,62); }
div.DivClassName
{
background-color: #AD1B3E;
}
.BgClassName
{
background-color: #AD1B3E;
}
</style>
border-color css
<style>
span { border-color: #AD1B3E; }
span { border-color: rgb(173,27,62); }
td.TdClassName
{
border-color: #AD1B3E;
}
.TagClassName
{
border-color: #AD1B3E;
}
</style>