Shades of Carmine #AD031B
Tints of Carmine #AD031B
RGB
CMYK
RGB Variations
Color information
#AD031B (or 0xAD031B) is known color: Carmine. HEX triplet: AD, 03 and 1B. RGB value is (173,3,27). Sum of RGB (Red+Green+Blue) = 173+3+27=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD031B is #52FCE4. Grayscale: #383838. Windows color (decimal): -5438693 or 1770413. OLE color: 1770413.
HSL color Cylindrical-coordinate representation of color #AD031B: hue angle of 351.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD031B is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.32 |
| HSL | 351.53º | 0.97% | 0.35% | - |
| HSV(B) | 351.53º | 0.98% | 0.68% | - |
| XYZ | 17.46 | 9.03 | 1.86 | - |
| YUV | 56.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 27 | 0 | 0.98 | 0.84 | 0.32 | 351.53 | 0.97 | 0.35 |
| Hex | AD | 3 | 1B | 0 | 62 | 54 | 20 | 160 | 61 | 23 |
| Octal | 255 | 3 | 33 | 0 | 142 | 124 | 40 | 540 | 141 | 43 |
| Binary | 10101101 | 11 | 11011 | 0 | 1100010 | 1010100 | 100000 | 101100000 | 1100001 | 100011 |
Color Harmonies of #AD031B
Complementary color
Monochromatic Colors of #AD031B
Black with #AD031B
Text Example
Text Example
White with #AD031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD031B; }
p { color: rgb(173,3,27); }
H1.HeaderClassName
{
color: #AD031B;
}
.AnyTagClassName
{
color: #AD031B;
}
</style>
background-color css
<style>
a { background-color: #AD031B; }
a { background-color: rgb(173,3,27); }
div.DivClassName
{
background-color: #AD031B;
}
.BgClassName
{
background-color: #AD031B;
}
</style>
border-color css
<style>
span { border-color: #AD031B; }
span { border-color: rgb(173,3,27); }
td.TdClassName
{
border-color: #AD031B;
}
.TagClassName
{
border-color: #AD031B;
}
</style>