Shades of Carmine #AD091F
Tints of Carmine #AD091F
RGB
CMYK
RGB Variations
Color information
#AD091F (or 0xAD091F) is known color: Carmine. HEX triplet: AD, 09 and 1F. RGB value is (173,9,31). Sum of RGB (Red+Green+Blue) = 173+9+31=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD091F is #52F6E0. Grayscale: #3C3C3C. Windows color (decimal): -5437153 or 2034093. OLE color: 2034093.
HSL color Cylindrical-coordinate representation of color #AD091F: hue angle of 351.95º 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 #AD091F is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 31 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.32 |
| HSL | 351.95º | 0.9% | 0.36% | - |
| HSV(B) | 351.95º | 0.95% | 0.68% | - |
| XYZ | 17.58 | 9.18 | 2.14 | - |
| YUV | 60.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 31 | 0 | 0.95 | 0.82 | 0.32 | 351.95 | 0.9 | 0.36 |
| Hex | AD | 9 | 1F | 0 | 5F | 52 | 20 | 160 | 5A | 24 |
| Octal | 255 | 11 | 37 | 0 | 137 | 122 | 40 | 540 | 132 | 44 |
| Binary | 10101101 | 1001 | 11111 | 0 | 1011111 | 1010010 | 100000 | 101100000 | 1011010 | 100100 |
Color Harmonies of #AD091F
Complementary color
Monochromatic Colors of #AD091F
Black with #AD091F
Text Example
Text Example
White with #AD091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD091F; }
p { color: rgb(173,9,31); }
H1.HeaderClassName
{
color: #AD091F;
}
.AnyTagClassName
{
color: #AD091F;
}
</style>
background-color css
<style>
a { background-color: #AD091F; }
a { background-color: rgb(173,9,31); }
div.DivClassName
{
background-color: #AD091F;
}
.BgClassName
{
background-color: #AD091F;
}
</style>
border-color css
<style>
span { border-color: #AD091F; }
span { border-color: rgb(173,9,31); }
td.TdClassName
{
border-color: #AD091F;
}
.TagClassName
{
border-color: #AD091F;
}
</style>