Shades of Cardinal #AD043C
Tints of Cardinal #AD043C
RGB
CMYK
RGB Variations
Color information
#AD043C (or 0xAD043C) is known color: Cardinal. HEX triplet: AD, 04 and 3C. RGB value is (173,4,60). Sum of RGB (Red+Green+Blue) = 173+4+60=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043C is #52FBC3. Grayscale: #3C3C3C. Windows color (decimal): -5438404 or 3933357. OLE color: 3933357.
HSL color Cylindrical-coordinate representation of color #AD043C: hue angle of 340.12º 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 #AD043C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.32 |
| HSL | 340.12º | 0.95% | 0.35% | - |
| HSV(B) | 340.12º | 0.98% | 0.68% | - |
| XYZ | 18.09 | 9.3 | 5.12 | - |
| YUV | 60.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 60 | 0 | 0.98 | 0.65 | 0.32 | 340.12 | 0.95 | 0.35 |
| Hex | AD | 4 | 3C | 0 | 62 | 41 | 20 | 154 | 5F | 23 |
| Octal | 255 | 4 | 74 | 0 | 142 | 101 | 40 | 524 | 137 | 43 |
| Binary | 10101101 | 100 | 111100 | 0 | 1100010 | 1000001 | 100000 | 101010100 | 1011111 | 100011 |
Color Harmonies of #AD043C
Complementary color
Monochromatic Colors of #AD043C
Black with #AD043C
Text Example
Text Example
White with #AD043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD043C; }
p { color: rgb(173,4,60); }
H1.HeaderClassName
{
color: #AD043C;
}
.AnyTagClassName
{
color: #AD043C;
}
</style>
background-color css
<style>
a { background-color: #AD043C; }
a { background-color: rgb(173,4,60); }
div.DivClassName
{
background-color: #AD043C;
}
.BgClassName
{
background-color: #AD043C;
}
</style>
border-color css
<style>
span { border-color: #AD043C; }
span { border-color: rgb(173,4,60); }
td.TdClassName
{
border-color: #AD043C;
}
.TagClassName
{
border-color: #AD043C;
}
</style>