Shades of Carmine #8F051A
Tints of Carmine #8F051A
RGB
CMYK
RGB Variations
Color information
#8F051A (or 0x8F051A) is known color: Carmine. HEX triplet: 8F, 05 and 1A. RGB value is (143,5,26). Sum of RGB (Red+Green+Blue) = 143+5+26=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F051A is #70FAE5. Grayscale: #303030. Windows color (decimal): -7404262 or 1705359. OLE color: 1705359.
HSL color Cylindrical-coordinate representation of color #8F051A: hue angle of 350.87º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F051A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 26 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.44 |
| HSL | 350.87º | 0.93% | 0.29% | - |
| HSV(B) | 350.87º | 0.97% | 0.56% | - |
| XYZ | 11.57 | 6.02 | 1.53 | - |
| YUV | 48.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 26 | 0 | 0.97 | 0.82 | 0.44 | 350.87 | 0.93 | 0.29 |
| Hex | 8F | 5 | 1A | 0 | 61 | 52 | 2C | 15F | 5D | 1D |
| Octal | 217 | 5 | 32 | 0 | 141 | 122 | 54 | 537 | 135 | 35 |
| Binary | 10001111 | 101 | 11010 | 0 | 1100001 | 1010010 | 101100 | 101011111 | 1011101 | 11101 |
Color Harmonies of #8F051A
Complementary color
Monochromatic Colors of #8F051A
Black with #8F051A
Text Example
Text Example
White with #8F051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F051A; }
p { color: rgb(143,5,26); }
H1.HeaderClassName
{
color: #8F051A;
}
.AnyTagClassName
{
color: #8F051A;
}
</style>
background-color css
<style>
a { background-color: #8F051A; }
a { background-color: rgb(143,5,26); }
div.DivClassName
{
background-color: #8F051A;
}
.BgClassName
{
background-color: #8F051A;
}
</style>
border-color css
<style>
span { border-color: #8F051A; }
span { border-color: rgb(143,5,26); }
td.TdClassName
{
border-color: #8F051A;
}
.TagClassName
{
border-color: #8F051A;
}
</style>