Shades of Carmine #AD0829
Tints of Carmine #AD0829
RGB
CMYK
RGB Variations
Color information
#AD0829 (or 0xAD0829) is known color: Carmine. HEX triplet: AD, 08 and 29. RGB value is (173,8,41). Sum of RGB (Red+Green+Blue) = 173+8+41=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0829 is #52F7D6. Grayscale: #3D3D3D. Windows color (decimal): -5437399 or 2689197. OLE color: 2689197.
HSL color Cylindrical-coordinate representation of color #AD0829: hue angle of 348º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0829 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 41 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.32 |
| HSL | 348º | 0.91% | 0.35% | - |
| HSV(B) | 348º | 0.95% | 0.68% | - |
| XYZ | 17.72 | 9.22 | 2.94 | - |
| YUV | 61.1 | 116.66 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 41 | 0 | 0.95 | 0.76 | 0.32 | 348 | 0.91 | 0.35 |
| Hex | AD | 8 | 29 | 0 | 5F | 4C | 20 | 15C | 5B | 23 |
| Octal | 255 | 10 | 51 | 0 | 137 | 114 | 40 | 534 | 133 | 43 |
| Binary | 10101101 | 1000 | 101001 | 0 | 1011111 | 1001100 | 100000 | 101011100 | 1011011 | 100011 |
Color Harmonies of #AD0829
Complementary color
Monochromatic Colors of #AD0829
Black with #AD0829
Text Example
Text Example
White with #AD0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0829; }
p { color: rgb(173,8,41); }
H1.HeaderClassName
{
color: #AD0829;
}
.AnyTagClassName
{
color: #AD0829;
}
</style>
background-color css
<style>
a { background-color: #AD0829; }
a { background-color: rgb(173,8,41); }
div.DivClassName
{
background-color: #AD0829;
}
.BgClassName
{
background-color: #AD0829;
}
</style>
border-color css
<style>
span { border-color: #AD0829; }
span { border-color: rgb(173,8,41); }
td.TdClassName
{
border-color: #AD0829;
}
.TagClassName
{
border-color: #AD0829;
}
</style>