Shades of Carmine #AD0B2B
Tints of Carmine #AD0B2B
RGB
CMYK
RGB Variations
Color information
#AD0B2B (or 0xAD0B2B) is known color: Carmine. HEX triplet: AD, 0B and 2B. RGB value is (173,11,43). Sum of RGB (Red+Green+Blue) = 173+11+43=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B2B is #52F4D4. Grayscale: #3F3F3F. Windows color (decimal): -5436629 or 2821037. OLE color: 2821037.
HSL color Cylindrical-coordinate representation of color #AD0B2B: hue angle of 348.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B2B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 43 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.32 |
| HSL | 348.15º | 0.88% | 0.36% | - |
| HSV(B) | 348.15º | 0.94% | 0.68% | - |
| XYZ | 17.79 | 9.3 | 3.14 | - |
| YUV | 63.09 | 116.67 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 43 | 0 | 0.94 | 0.75 | 0.32 | 348.15 | 0.88 | 0.36 |
| Hex | AD | B | 2B | 0 | 5E | 4B | 20 | 15C | 58 | 24 |
| Octal | 255 | 13 | 53 | 0 | 136 | 113 | 40 | 534 | 130 | 44 |
| Binary | 10101101 | 1011 | 101011 | 0 | 1011110 | 1001011 | 100000 | 101011100 | 1011000 | 100100 |
Color Harmonies of #AD0B2B
Complementary color
Monochromatic Colors of #AD0B2B
Black with #AD0B2B
Text Example
Text Example
White with #AD0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B2B; }
p { color: rgb(173,11,43); }
H1.HeaderClassName
{
color: #AD0B2B;
}
.AnyTagClassName
{
color: #AD0B2B;
}
</style>
background-color css
<style>
a { background-color: #AD0B2B; }
a { background-color: rgb(173,11,43); }
div.DivClassName
{
background-color: #AD0B2B;
}
.BgClassName
{
background-color: #AD0B2B;
}
</style>
border-color css
<style>
span { border-color: #AD0B2B; }
span { border-color: rgb(173,11,43); }
td.TdClassName
{
border-color: #AD0B2B;
}
.TagClassName
{
border-color: #AD0B2B;
}
</style>