Shades of Carmine #AD0531
Tints of Carmine #AD0531
RGB
CMYK
RGB Variations
Color information
#AD0531 (or 0xAD0531) is known color: Carmine. HEX triplet: AD, 05 and 31. RGB value is (173,5,49). Sum of RGB (Red+Green+Blue) = 173+5+49=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0531 is #52FACE. Grayscale: #3C3C3C. Windows color (decimal): -5438159 or 3212717. OLE color: 3212717.
HSL color Cylindrical-coordinate representation of color #AD0531: hue angle of 344.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0531 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.32 |
| HSL | 344.29º | 0.94% | 0.35% | - |
| HSV(B) | 344.29º | 0.97% | 0.68% | - |
| XYZ | 17.84 | 9.21 | 3.74 | - |
| YUV | 60.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 49 | 0 | 0.97 | 0.72 | 0.32 | 344.29 | 0.94 | 0.35 |
| Hex | AD | 5 | 31 | 0 | 61 | 48 | 20 | 158 | 5E | 23 |
| Octal | 255 | 5 | 61 | 0 | 141 | 110 | 40 | 530 | 136 | 43 |
| Binary | 10101101 | 101 | 110001 | 0 | 1100001 | 1001000 | 100000 | 101011000 | 1011110 | 100011 |
Color Harmonies of #AD0531
Complementary color
Monochromatic Colors of #AD0531
Black with #AD0531
Text Example
Text Example
White with #AD0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0531; }
p { color: rgb(173,5,49); }
H1.HeaderClassName
{
color: #AD0531;
}
.AnyTagClassName
{
color: #AD0531;
}
</style>
background-color css
<style>
a { background-color: #AD0531; }
a { background-color: rgb(173,5,49); }
div.DivClassName
{
background-color: #AD0531;
}
.BgClassName
{
background-color: #AD0531;
}
</style>
border-color css
<style>
span { border-color: #AD0531; }
span { border-color: rgb(173,5,49); }
td.TdClassName
{
border-color: #AD0531;
}
.TagClassName
{
border-color: #AD0531;
}
</style>