Shades of Carmine #AD011B
Tints of Carmine #AD011B
RGB
CMYK
RGB Variations
Color information
#AD011B (or 0xAD011B) is known color: Carmine. HEX triplet: AD, 01 and 1B. RGB value is (173,1,27). Sum of RGB (Red+Green+Blue) = 173+1+27=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD011B is #52FEE4. Grayscale: #373737. Windows color (decimal): -5439205 or 1769901. OLE color: 1769901.
HSL color Cylindrical-coordinate representation of color #AD011B: hue angle of 350.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD011B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.32 |
| HSL | 350.93º | 0.99% | 0.34% | - |
| HSV(B) | 350.93º | 0.99% | 0.68% | - |
| XYZ | 17.44 | 8.99 | 1.85 | - |
| YUV | 55.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 27 | 0 | 0.99 | 0.84 | 0.32 | 350.93 | 0.99 | 0.34 |
| Hex | AD | 1 | 1B | 0 | 63 | 54 | 20 | 15F | 63 | 22 |
| Octal | 255 | 1 | 33 | 0 | 143 | 124 | 40 | 537 | 143 | 42 |
| Binary | 10101101 | 1 | 11011 | 0 | 1100011 | 1010100 | 100000 | 101011111 | 1100011 | 100010 |
Color Harmonies of #AD011B
Complementary color
Monochromatic Colors of #AD011B
Black with #AD011B
Text Example
Text Example
White with #AD011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD011B; }
p { color: rgb(173,1,27); }
H1.HeaderClassName
{
color: #AD011B;
}
.AnyTagClassName
{
color: #AD011B;
}
</style>
background-color css
<style>
a { background-color: #AD011B; }
a { background-color: rgb(173,1,27); }
div.DivClassName
{
background-color: #AD011B;
}
.BgClassName
{
background-color: #AD011B;
}
</style>
border-color css
<style>
span { border-color: #AD011B; }
span { border-color: rgb(173,1,27); }
td.TdClassName
{
border-color: #AD011B;
}
.TagClassName
{
border-color: #AD011B;
}
</style>