Shades of Carmine #AD071B
Tints of Carmine #AD071B
RGB
CMYK
RGB Variations
Color information
#AD071B (or 0xAD071B) is known color: Carmine. HEX triplet: AD, 07 and 1B. RGB value is (173,7,27). Sum of RGB (Red+Green+Blue) = 173+7+27=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD071B is #52F8E4. Grayscale: #3B3B3B. Windows color (decimal): -5437669 or 1771437. OLE color: 1771437.
HSL color Cylindrical-coordinate representation of color #AD071B: hue angle of 352.77º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD071B is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.32 |
| HSL | 352.77º | 0.92% | 0.35% | - |
| HSV(B) | 352.77º | 0.96% | 0.68% | - |
| XYZ | 17.51 | 9.12 | 1.87 | - |
| YUV | 58.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 27 | 0 | 0.96 | 0.84 | 0.32 | 352.77 | 0.92 | 0.35 |
| Hex | AD | 7 | 1B | 0 | 60 | 54 | 20 | 161 | 5C | 23 |
| Octal | 255 | 7 | 33 | 0 | 140 | 124 | 40 | 541 | 134 | 43 |
| Binary | 10101101 | 111 | 11011 | 0 | 1100000 | 1010100 | 100000 | 101100001 | 1011100 | 100011 |
Color Harmonies of #AD071B
Complementary color
Monochromatic Colors of #AD071B
Black with #AD071B
Text Example
Text Example
White with #AD071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD071B; }
p { color: rgb(173,7,27); }
H1.HeaderClassName
{
color: #AD071B;
}
.AnyTagClassName
{
color: #AD071B;
}
</style>
background-color css
<style>
a { background-color: #AD071B; }
a { background-color: rgb(173,7,27); }
div.DivClassName
{
background-color: #AD071B;
}
.BgClassName
{
background-color: #AD071B;
}
</style>
border-color css
<style>
span { border-color: #AD071B; }
span { border-color: rgb(173,7,27); }
td.TdClassName
{
border-color: #AD071B;
}
.TagClassName
{
border-color: #AD071B;
}
</style>