Shades of Cardinal #AD1A3E
Tints of Cardinal #AD1A3E
RGB
CMYK
RGB Variations
Color information
#AD1A3E (or 0xAD1A3E) is known color: Cardinal. HEX triplet: AD, 1A and 3E. RGB value is (173,26,62). Sum of RGB (Red+Green+Blue) = 173+26+62=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A3E is #52E5C1. Grayscale: #4A4A4A. Windows color (decimal): -5432770 or 4070061. OLE color: 4070061.
HSL color Cylindrical-coordinate representation of color #AD1A3E: hue angle of 345.31º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A3E is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 62 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.32 |
| HSL | 345.31º | 0.74% | 0.39% | - |
| HSV(B) | 345.31º | 0.85% | 0.68% | - |
| XYZ | 18.47 | 9.97 | 5.51 | - |
| YUV | 74.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 62 | 0 | 0.85 | 0.64 | 0.32 | 345.31 | 0.74 | 0.39 |
| Hex | AD | 1A | 3E | 0 | 55 | 40 | 20 | 159 | 4A | 27 |
| Octal | 255 | 32 | 76 | 0 | 125 | 100 | 40 | 531 | 112 | 47 |
| Binary | 10101101 | 11010 | 111110 | 0 | 1010101 | 1000000 | 100000 | 101011001 | 1001010 | 100111 |
Color Harmonies of #AD1A3E
Complementary color
Monochromatic Colors of #AD1A3E
Black with #AD1A3E
Text Example
Text Example
White with #AD1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A3E; }
p { color: rgb(173,26,62); }
H1.HeaderClassName
{
color: #AD1A3E;
}
.AnyTagClassName
{
color: #AD1A3E;
}
</style>
background-color css
<style>
a { background-color: #AD1A3E; }
a { background-color: rgb(173,26,62); }
div.DivClassName
{
background-color: #AD1A3E;
}
.BgClassName
{
background-color: #AD1A3E;
}
</style>
border-color css
<style>
span { border-color: #AD1A3E; }
span { border-color: rgb(173,26,62); }
td.TdClassName
{
border-color: #AD1A3E;
}
.TagClassName
{
border-color: #AD1A3E;
}
</style>