Shades of Carmine #8B031A
Tints of Carmine #8B031A
RGB
CMYK
RGB Variations
Color information
#8B031A (or 0x8B031A) is known color: Carmine. HEX triplet: 8B, 03 and 1A. RGB value is (139,3,26). Sum of RGB (Red+Green+Blue) = 139+3+26=168 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.74% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 139 - color contains mainly: red. Hex color #8B031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B031A is #74FCE5. Grayscale: #2E2E2E. Windows color (decimal): -7666918 or 1704843. OLE color: 1704843.
HSL color Cylindrical-coordinate representation of color #8B031A: hue angle of 349.85º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B031A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 26 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.45 |
| HSL | 349.85º | 0.96% | 0.28% | - |
| HSV(B) | 349.85º | 0.98% | 0.55% | - |
| XYZ | 10.87 | 5.63 | 1.49 | - |
| YUV | 46.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 26 | 0 | 0.98 | 0.81 | 0.45 | 349.85 | 0.96 | 0.28 |
| Hex | 8B | 3 | 1A | 0 | 62 | 51 | 2D | 15E | 60 | 1C |
| Octal | 213 | 3 | 32 | 0 | 142 | 121 | 55 | 536 | 140 | 34 |
| Binary | 10001011 | 11 | 11010 | 0 | 1100010 | 1010001 | 101101 | 101011110 | 1100000 | 11100 |
Color Harmonies of #8B031A
Complementary color
Monochromatic Colors of #8B031A
Black with #8B031A
Text Example
Text Example
White with #8B031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B031A; }
p { color: rgb(139,3,26); }
H1.HeaderClassName
{
color: #8B031A;
}
.AnyTagClassName
{
color: #8B031A;
}
</style>
background-color css
<style>
a { background-color: #8B031A; }
a { background-color: rgb(139,3,26); }
div.DivClassName
{
background-color: #8B031A;
}
.BgClassName
{
background-color: #8B031A;
}
</style>
border-color css
<style>
span { border-color: #8B031A; }
span { border-color: rgb(139,3,26); }
td.TdClassName
{
border-color: #8B031A;
}
.TagClassName
{
border-color: #8B031A;
}
</style>