Shades of Carmine #AD0828
Tints of Carmine #AD0828
RGB
CMYK
RGB Variations
Color information
#AD0828 (or 0xAD0828) is known color: Carmine. HEX triplet: AD, 08 and 28. RGB value is (173,8,40). Sum of RGB (Red+Green+Blue) = 173+8+40=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0828 is #52F7D7. Grayscale: #3D3D3D. Windows color (decimal): -5437400 or 2623661. OLE color: 2623661.
HSL color Cylindrical-coordinate representation of color #AD0828: hue angle of 348.36º 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 #AD0828 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 40 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.32 |
| HSL | 348.36º | 0.91% | 0.35% | - |
| HSV(B) | 348.36º | 0.95% | 0.68% | - |
| XYZ | 17.7 | 9.21 | 2.85 | - |
| YUV | 60.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 40 | 0 | 0.95 | 0.77 | 0.32 | 348.36 | 0.91 | 0.35 |
| Hex | AD | 8 | 28 | 0 | 5F | 4D | 20 | 15C | 5B | 23 |
| Octal | 255 | 10 | 50 | 0 | 137 | 115 | 40 | 534 | 133 | 43 |
| Binary | 10101101 | 1000 | 101000 | 0 | 1011111 | 1001101 | 100000 | 101011100 | 1011011 | 100011 |
Color Harmonies of #AD0828
Complementary color
Monochromatic Colors of #AD0828
Black with #AD0828
Text Example
Text Example
White with #AD0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0828; }
p { color: rgb(173,8,40); }
H1.HeaderClassName
{
color: #AD0828;
}
.AnyTagClassName
{
color: #AD0828;
}
</style>
background-color css
<style>
a { background-color: #AD0828; }
a { background-color: rgb(173,8,40); }
div.DivClassName
{
background-color: #AD0828;
}
.BgClassName
{
background-color: #AD0828;
}
</style>
border-color css
<style>
span { border-color: #AD0828; }
span { border-color: rgb(173,8,40); }
td.TdClassName
{
border-color: #AD0828;
}
.TagClassName
{
border-color: #AD0828;
}
</style>