Shades of Carmine #8F041A
Tints of Carmine #8F041A
RGB
CMYK
RGB Variations
Color information
#8F041A (or 0x8F041A) is known color: Carmine. HEX triplet: 8F, 04 and 1A. RGB value is (143,4,26). Sum of RGB (Red+Green+Blue) = 143+4+26=173 (22% of max value = 765). Red value is 143 (56.25% from 255 or 82.66% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 143 - color contains mainly: red. Hex color #8F041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F041A is #70FBE5. Grayscale: #303030. Windows color (decimal): -7404518 or 1705103. OLE color: 1705103.
HSL color Cylindrical-coordinate representation of color #8F041A: hue angle of 350.5º degrees, saturation: 0.95, 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 #8F041A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 26 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.44 |
| HSL | 350.5º | 0.95% | 0.29% | - |
| HSV(B) | 350.5º | 0.97% | 0.56% | - |
| XYZ | 11.56 | 6 | 1.53 | - |
| YUV | 48.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 26 | 0 | 0.97 | 0.82 | 0.44 | 350.5 | 0.95 | 0.29 |
| Hex | 8F | 4 | 1A | 0 | 61 | 52 | 2C | 15F | 5F | 1D |
| Octal | 217 | 4 | 32 | 0 | 141 | 122 | 54 | 537 | 137 | 35 |
| Binary | 10001111 | 100 | 11010 | 0 | 1100001 | 1010010 | 101100 | 101011111 | 1011111 | 11101 |
Color Harmonies of #8F041A
Complementary color
Monochromatic Colors of #8F041A
Black with #8F041A
Text Example
Text Example
White with #8F041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F041A; }
p { color: rgb(143,4,26); }
H1.HeaderClassName
{
color: #8F041A;
}
.AnyTagClassName
{
color: #8F041A;
}
</style>
background-color css
<style>
a { background-color: #8F041A; }
a { background-color: rgb(143,4,26); }
div.DivClassName
{
background-color: #8F041A;
}
.BgClassName
{
background-color: #8F041A;
}
</style>
border-color css
<style>
span { border-color: #8F041A; }
span { border-color: rgb(143,4,26); }
td.TdClassName
{
border-color: #8F041A;
}
.TagClassName
{
border-color: #8F041A;
}
</style>