Shades of Carmine #AD091A
Tints of Carmine #AD091A
RGB
CMYK
RGB Variations
Color information
#AD091A (or 0xAD091A) is known color: Carmine. HEX triplet: AD, 09 and 1A. RGB value is (173,9,26). Sum of RGB (Red+Green+Blue) = 173+9+26=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD091A is #52F6E5. Grayscale: #3C3C3C. Windows color (decimal): -5437158 or 1706413. OLE color: 1706413.
HSL color Cylindrical-coordinate representation of color #AD091A: hue angle of 353.78º 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 #AD091A is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 26 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.32 |
| HSL | 353.78º | 0.9% | 0.36% | - |
| HSV(B) | 353.78º | 0.95% | 0.68% | - |
| XYZ | 17.52 | 9.15 | 1.82 | - |
| YUV | 59.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 26 | 0 | 0.95 | 0.85 | 0.32 | 353.78 | 0.9 | 0.36 |
| Hex | AD | 9 | 1A | 0 | 5F | 55 | 20 | 162 | 5A | 24 |
| Octal | 255 | 11 | 32 | 0 | 137 | 125 | 40 | 542 | 132 | 44 |
| Binary | 10101101 | 1001 | 11010 | 0 | 1011111 | 1010101 | 100000 | 101100010 | 1011010 | 100100 |
Color Harmonies of #AD091A
Complementary color
Monochromatic Colors of #AD091A
Black with #AD091A
Text Example
Text Example
White with #AD091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD091A; }
p { color: rgb(173,9,26); }
H1.HeaderClassName
{
color: #AD091A;
}
.AnyTagClassName
{
color: #AD091A;
}
</style>
background-color css
<style>
a { background-color: #AD091A; }
a { background-color: rgb(173,9,26); }
div.DivClassName
{
background-color: #AD091A;
}
.BgClassName
{
background-color: #AD091A;
}
</style>
border-color css
<style>
span { border-color: #AD091A; }
span { border-color: rgb(173,9,26); }
td.TdClassName
{
border-color: #AD091A;
}
.TagClassName
{
border-color: #AD091A;
}
</style>