Shades of Carmine #8B001B
Tints of Carmine #8B001B
RGB
CMYK
RGB Variations
Color information
#8B001B (or 0x8B001B) is known color: Carmine. HEX triplet: 8B, 00 and 1B. RGB value is (139,0,27). Sum of RGB (Red+Green+Blue) = 139+0+27=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B001B is #74FFE4. Grayscale: #2C2C2C. Windows color (decimal): -7667685 or 1769611. OLE color: 1769611.
HSL color Cylindrical-coordinate representation of color #8B001B: hue angle of 348.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B001B is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.81 | 0.45 |
| HSL | 348.35º | 1% | 0.27% | - |
| HSV(B) | 348.35º | 1% | 0.55% | - |
| XYZ | 10.85 | 5.57 | 1.54 | - |
| YUV | 44.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 27 | 0 | 1 | 0.81 | 0.45 | 348.35 | 1 | 0.27 |
| Hex | 8B | 0 | 1B | 0 | 64 | 51 | 2D | 15C | 64 | 1B |
| Octal | 213 | 0 | 33 | 0 | 144 | 121 | 55 | 534 | 144 | 33 |
| Binary | 10001011 | 0 | 11011 | 0 | 1100100 | 1010001 | 101101 | 101011100 | 1100100 | 11011 |
Color Harmonies of #8B001B
Complementary color
Monochromatic Colors of #8B001B
Black with #8B001B
Text Example
Text Example
White with #8B001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B001B; }
p { color: rgb(139,0,27); }
H1.HeaderClassName
{
color: #8B001B;
}
.AnyTagClassName
{
color: #8B001B;
}
</style>
background-color css
<style>
a { background-color: #8B001B; }
a { background-color: rgb(139,0,27); }
div.DivClassName
{
background-color: #8B001B;
}
.BgClassName
{
background-color: #8B001B;
}
</style>
border-color css
<style>
span { border-color: #8B001B; }
span { border-color: rgb(139,0,27); }
td.TdClassName
{
border-color: #8B001B;
}
.TagClassName
{
border-color: #8B001B;
}
</style>