Shades of Carmine #AD0926
Tints of Carmine #AD0926
RGB
CMYK
RGB Variations
Color information
#AD0926 (or 0xAD0926) is known color: Carmine. HEX triplet: AD, 09 and 26. RGB value is (173,9,38). Sum of RGB (Red+Green+Blue) = 173+9+38=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0926 is #52F6D9. Grayscale: #3D3D3D. Windows color (decimal): -5437146 or 2492845. OLE color: 2492845.
HSL color Cylindrical-coordinate representation of color #AD0926: hue angle of 349.39º 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 #AD0926 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 38 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.32 |
| HSL | 349.39º | 0.9% | 0.36% | - |
| HSV(B) | 349.39º | 0.95% | 0.68% | - |
| XYZ | 17.68 | 9.22 | 2.68 | - |
| YUV | 61.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 38 | 0 | 0.95 | 0.78 | 0.32 | 349.39 | 0.9 | 0.36 |
| Hex | AD | 9 | 26 | 0 | 5F | 4E | 20 | 15D | 5A | 24 |
| Octal | 255 | 11 | 46 | 0 | 137 | 116 | 40 | 535 | 132 | 44 |
| Binary | 10101101 | 1001 | 100110 | 0 | 1011111 | 1001110 | 100000 | 101011101 | 1011010 | 100100 |
Color Harmonies of #AD0926
Complementary color
Monochromatic Colors of #AD0926
Black with #AD0926
Text Example
Text Example
White with #AD0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0926; }
p { color: rgb(173,9,38); }
H1.HeaderClassName
{
color: #AD0926;
}
.AnyTagClassName
{
color: #AD0926;
}
</style>
background-color css
<style>
a { background-color: #AD0926; }
a { background-color: rgb(173,9,38); }
div.DivClassName
{
background-color: #AD0926;
}
.BgClassName
{
background-color: #AD0926;
}
</style>
border-color css
<style>
span { border-color: #AD0926; }
span { border-color: rgb(173,9,38); }
td.TdClassName
{
border-color: #AD0926;
}
.TagClassName
{
border-color: #AD0926;
}
</style>