Shades of Cardinal #AD1E43
Tints of Cardinal #AD1E43
RGB
CMYK
RGB Variations
Color information
#AD1E43 (or 0xAD1E43) is known color: Cardinal. HEX triplet: AD, 1E and 43. RGB value is (173,30,67). Sum of RGB (Red+Green+Blue) = 173+30+67=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E43 is #52E1BC. Grayscale: #4C4C4C. Windows color (decimal): -5431741 or 4398765. OLE color: 4398765.
HSL color Cylindrical-coordinate representation of color #AD1E43: hue angle of 344.48º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E43 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 67 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.32 |
| HSL | 344.48º | 0.7% | 0.4% | - |
| HSV(B) | 344.48º | 0.83% | 0.68% | - |
| XYZ | 18.71 | 10.22 | 6.3 | - |
| YUV | 76.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 67 | 0 | 0.83 | 0.61 | 0.32 | 344.48 | 0.7 | 0.4 |
| Hex | AD | 1E | 43 | 0 | 53 | 3D | 20 | 158 | 46 | 28 |
| Octal | 255 | 36 | 103 | 0 | 123 | 75 | 40 | 530 | 106 | 50 |
| Binary | 10101101 | 11110 | 1000011 | 0 | 1010011 | 111101 | 100000 | 101011000 | 1000110 | 101000 |
Color Harmonies of #AD1E43
Complementary color
Monochromatic Colors of #AD1E43
Black with #AD1E43
Text Example
Text Example
White with #AD1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E43; }
p { color: rgb(173,30,67); }
H1.HeaderClassName
{
color: #AD1E43;
}
.AnyTagClassName
{
color: #AD1E43;
}
</style>
background-color css
<style>
a { background-color: #AD1E43; }
a { background-color: rgb(173,30,67); }
div.DivClassName
{
background-color: #AD1E43;
}
.BgClassName
{
background-color: #AD1E43;
}
</style>
border-color css
<style>
span { border-color: #AD1E43; }
span { border-color: rgb(173,30,67); }
td.TdClassName
{
border-color: #AD1E43;
}
.TagClassName
{
border-color: #AD1E43;
}
</style>