Shades of Carmine #AD0928
Tints of Carmine #AD0928
RGB
CMYK
RGB Variations
Color information
#AD0928 (or 0xAD0928) is known color: Carmine. HEX triplet: AD, 09 and 28. RGB value is (173,9,40). Sum of RGB (Red+Green+Blue) = 173+9+40=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0928 is #52F6D7. Grayscale: #3D3D3D. Windows color (decimal): -5437144 or 2623917. OLE color: 2623917.
HSL color Cylindrical-coordinate representation of color #AD0928: hue angle of 348.66º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0928 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 40 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.32 |
| HSL | 348.66º | 0.9% | 0.36% | - |
| HSV(B) | 348.66º | 0.95% | 0.68% | - |
| XYZ | 17.71 | 9.23 | 2.86 | - |
| YUV | 61.57 | 115.83 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 40 | 0 | 0.95 | 0.77 | 0.32 | 348.66 | 0.9 | 0.36 |
| Hex | AD | 9 | 28 | 0 | 5F | 4D | 20 | 15D | 5A | 24 |
| Octal | 255 | 11 | 50 | 0 | 137 | 115 | 40 | 535 | 132 | 44 |
| Binary | 10101101 | 1001 | 101000 | 0 | 1011111 | 1001101 | 100000 | 101011101 | 1011010 | 100100 |
Color Harmonies of #AD0928
Complementary color
Monochromatic Colors of #AD0928
Black with #AD0928
Text Example
Text Example
White with #AD0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0928; }
p { color: rgb(173,9,40); }
H1.HeaderClassName
{
color: #AD0928;
}
.AnyTagClassName
{
color: #AD0928;
}
</style>
background-color css
<style>
a { background-color: #AD0928; }
a { background-color: rgb(173,9,40); }
div.DivClassName
{
background-color: #AD0928;
}
.BgClassName
{
background-color: #AD0928;
}
</style>
border-color css
<style>
span { border-color: #AD0928; }
span { border-color: rgb(173,9,40); }
td.TdClassName
{
border-color: #AD0928;
}
.TagClassName
{
border-color: #AD0928;
}
</style>