Shades of Carmine #AD0912
Tints of Carmine #AD0912
RGB
CMYK
RGB Variations
Color information
#AD0912 (or 0xAD0912) is known color: Carmine. HEX triplet: AD, 09 and 12. RGB value is (173,9,18). Sum of RGB (Red+Green+Blue) = 173+9+18=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0912 is #52F6ED. Grayscale: #3B3B3B. Windows color (decimal): -5437166 or 1182125. OLE color: 1182125.
HSL color Cylindrical-coordinate representation of color #AD0912: hue angle of 356.71º 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 #AD0912 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 18 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.32 |
| HSL | 356.71º | 0.9% | 0.36% | - |
| HSV(B) | 356.71º | 0.95% | 0.68% | - |
| XYZ | 17.44 | 9.12 | 1.41 | - |
| YUV | 59.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 18 | 0 | 0.95 | 0.90 | 0.32 | 356.71 | 0.9 | 0.36 |
| Hex | AD | 9 | 12 | 0 | 5F | 5A | 20 | 165 | 5A | 24 |
| Octal | 255 | 11 | 22 | 0 | 137 | 132 | 40 | 545 | 132 | 44 |
| Binary | 10101101 | 1001 | 10010 | 0 | 1011111 | 1011010 | 100000 | 101100101 | 1011010 | 100100 |
Color Harmonies of #AD0912
Complementary color
Monochromatic Colors of #AD0912
Black with #AD0912
Text Example
Text Example
White with #AD0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0912; }
p { color: rgb(173,9,18); }
H1.HeaderClassName
{
color: #AD0912;
}
.AnyTagClassName
{
color: #AD0912;
}
</style>
background-color css
<style>
a { background-color: #AD0912; }
a { background-color: rgb(173,9,18); }
div.DivClassName
{
background-color: #AD0912;
}
.BgClassName
{
background-color: #AD0912;
}
</style>
border-color css
<style>
span { border-color: #AD0912; }
span { border-color: rgb(173,9,18); }
td.TdClassName
{
border-color: #AD0912;
}
.TagClassName
{
border-color: #AD0912;
}
</style>