Shades of Carmine #AB071B
Tints of Carmine #AB071B
RGB
CMYK
RGB Variations
Color information
#AB071B (or 0xAB071B) is known color: Carmine. HEX triplet: AB, 07 and 1B. RGB value is (171,7,27). Sum of RGB (Red+Green+Blue) = 171+7+27=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB071B is #54F8E4. Grayscale: #3A3A3A. Windows color (decimal): -5568741 or 1771435. OLE color: 1771435.
HSL color Cylindrical-coordinate representation of color #AB071B: hue angle of 352.68º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB071B is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.33 |
| HSL | 352.68º | 0.92% | 0.35% | - |
| HSV(B) | 352.68º | 0.96% | 0.67% | - |
| XYZ | 17.07 | 8.89 | 1.85 | - |
| YUV | 58.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 27 | 0 | 0.96 | 0.84 | 0.33 | 352.68 | 0.92 | 0.35 |
| Hex | AB | 7 | 1B | 0 | 60 | 54 | 21 | 161 | 5C | 23 |
| Octal | 253 | 7 | 33 | 0 | 140 | 124 | 41 | 541 | 134 | 43 |
| Binary | 10101011 | 111 | 11011 | 0 | 1100000 | 1010100 | 100001 | 101100001 | 1011100 | 100011 |
Color Harmonies of #AB071B
Complementary color
Monochromatic Colors of #AB071B
Black with #AB071B
Text Example
Text Example
White with #AB071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB071B; }
p { color: rgb(171,7,27); }
H1.HeaderClassName
{
color: #AB071B;
}
.AnyTagClassName
{
color: #AB071B;
}
</style>
background-color css
<style>
a { background-color: #AB071B; }
a { background-color: rgb(171,7,27); }
div.DivClassName
{
background-color: #AB071B;
}
.BgClassName
{
background-color: #AB071B;
}
</style>
border-color css
<style>
span { border-color: #AB071B; }
span { border-color: rgb(171,7,27); }
td.TdClassName
{
border-color: #AB071B;
}
.TagClassName
{
border-color: #AB071B;
}
</style>