Shades of Carmine #AD051B
Tints of Carmine #AD051B
RGB
CMYK
RGB Variations
Color information
#AD051B (or 0xAD051B) is known color: Carmine. HEX triplet: AD, 05 and 1B. RGB value is (173,5,27). Sum of RGB (Red+Green+Blue) = 173+5+27=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD051B is #52FAE4. Grayscale: #393939. Windows color (decimal): -5438181 or 1770925. OLE color: 1770925.
HSL color Cylindrical-coordinate representation of color #AD051B: hue angle of 352.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD051B is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.32 |
| HSL | 352.14º | 0.94% | 0.35% | - |
| HSV(B) | 352.14º | 0.97% | 0.68% | - |
| XYZ | 17.49 | 9.07 | 1.87 | - |
| YUV | 57.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 27 | 0 | 0.97 | 0.84 | 0.32 | 352.14 | 0.94 | 0.35 |
| Hex | AD | 5 | 1B | 0 | 61 | 54 | 20 | 160 | 5E | 23 |
| Octal | 255 | 5 | 33 | 0 | 141 | 124 | 40 | 540 | 136 | 43 |
| Binary | 10101101 | 101 | 11011 | 0 | 1100001 | 1010100 | 100000 | 101100000 | 1011110 | 100011 |
Color Harmonies of #AD051B
Complementary color
Monochromatic Colors of #AD051B
Black with #AD051B
Text Example
Text Example
White with #AD051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD051B; }
p { color: rgb(173,5,27); }
H1.HeaderClassName
{
color: #AD051B;
}
.AnyTagClassName
{
color: #AD051B;
}
</style>
background-color css
<style>
a { background-color: #AD051B; }
a { background-color: rgb(173,5,27); }
div.DivClassName
{
background-color: #AD051B;
}
.BgClassName
{
background-color: #AD051B;
}
</style>
border-color css
<style>
span { border-color: #AD051B; }
span { border-color: rgb(173,5,27); }
td.TdClassName
{
border-color: #AD051B;
}
.TagClassName
{
border-color: #AD051B;
}
</style>