Shades of Cardinal #AD043B
Tints of Cardinal #AD043B
RGB
CMYK
RGB Variations
Color information
#AD043B (or 0xAD043B) is known color: Cardinal. HEX triplet: AD, 04 and 3B. RGB value is (173,4,59). Sum of RGB (Red+Green+Blue) = 173+4+59=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043B is #52FBC4. Grayscale: #3C3C3C. Windows color (decimal): -5438405 or 3867821. OLE color: 3867821.
HSL color Cylindrical-coordinate representation of color #AD043B: hue angle of 340.47º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD043B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.32 |
| HSL | 340.47º | 0.95% | 0.35% | - |
| HSV(B) | 340.47º | 0.98% | 0.68% | - |
| XYZ | 18.07 | 9.29 | 4.98 | - |
| YUV | 60.8 | 126.99 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 59 | 0 | 0.98 | 0.66 | 0.32 | 340.47 | 0.95 | 0.35 |
| Hex | AD | 4 | 3B | 0 | 62 | 42 | 20 | 154 | 5F | 23 |
| Octal | 255 | 4 | 73 | 0 | 142 | 102 | 40 | 524 | 137 | 43 |
| Binary | 10101101 | 100 | 111011 | 0 | 1100010 | 1000010 | 100000 | 101010100 | 1011111 | 100011 |
Color Harmonies of #AD043B
Complementary color
Monochromatic Colors of #AD043B
Black with #AD043B
Text Example
Text Example
White with #AD043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD043B; }
p { color: rgb(173,4,59); }
H1.HeaderClassName
{
color: #AD043B;
}
.AnyTagClassName
{
color: #AD043B;
}
</style>
background-color css
<style>
a { background-color: #AD043B; }
a { background-color: rgb(173,4,59); }
div.DivClassName
{
background-color: #AD043B;
}
.BgClassName
{
background-color: #AD043B;
}
</style>
border-color css
<style>
span { border-color: #AD043B; }
span { border-color: rgb(173,4,59); }
td.TdClassName
{
border-color: #AD043B;
}
.TagClassName
{
border-color: #AD043B;
}
</style>