Shades of Carmine #8B011A
Tints of Carmine #8B011A
RGB
CMYK
RGB Variations
Color information
#8B011A (or 0x8B011A) is known color: Carmine. HEX triplet: 8B, 01 and 1A. RGB value is (139,1,26). Sum of RGB (Red+Green+Blue) = 139+1+26=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B011A is #74FEE5. Grayscale: #2D2D2D. Windows color (decimal): -7667430 or 1704331. OLE color: 1704331.
HSL color Cylindrical-coordinate representation of color #8B011A: hue angle of 349.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B011A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.45 |
| HSL | 349.13º | 0.99% | 0.27% | - |
| HSV(B) | 349.13º | 0.99% | 0.55% | - |
| XYZ | 10.84 | 5.59 | 1.48 | - |
| YUV | 45.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 1 | 26 | 0 | 0.99 | 0.81 | 0.45 | 349.13 | 0.99 | 0.27 |
| Hex | 8B | 1 | 1A | 0 | 63 | 51 | 2D | 15D | 63 | 1B |
| Octal | 213 | 1 | 32 | 0 | 143 | 121 | 55 | 535 | 143 | 33 |
| Binary | 10001011 | 1 | 11010 | 0 | 1100011 | 1010001 | 101101 | 101011101 | 1100011 | 11011 |
Color Harmonies of #8B011A
Complementary color
Monochromatic Colors of #8B011A
Black with #8B011A
Text Example
Text Example
White with #8B011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B011A; }
p { color: rgb(139,1,26); }
H1.HeaderClassName
{
color: #8B011A;
}
.AnyTagClassName
{
color: #8B011A;
}
</style>
background-color css
<style>
a { background-color: #8B011A; }
a { background-color: rgb(139,1,26); }
div.DivClassName
{
background-color: #8B011A;
}
.BgClassName
{
background-color: #8B011A;
}
</style>
border-color css
<style>
span { border-color: #8B011A; }
span { border-color: rgb(139,1,26); }
td.TdClassName
{
border-color: #8B011A;
}
.TagClassName
{
border-color: #8B011A;
}
</style>