Shades of Medium Carmine #B04239
Tints of Medium Carmine #B04239
RGB
CMYK
RGB Variations
Color information
#B04239 (or 0xB04239) is known color: Medium Carmine. HEX triplet: B0, 42 and 39. RGB value is (176,66,57). Sum of RGB (Red+Green+Blue) = 176+66+57=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B04239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04239 is #4FBDC6. Grayscale: #626262. Windows color (decimal): -5225927 or 3752624. OLE color: 3752624.
HSL color Cylindrical-coordinate representation of color #B04239: hue angle of 4.54º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04239 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 57 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.31 |
| HSL | 4.54º | 0.51% | 0.46% | - |
| HSV(B) | 4.54º | 0.68% | 0.69% | - |
| XYZ | 20.59 | 13.42 | 5.38 | - |
| YUV | 97.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 57 | 0 | 0.62 | 0.68 | 0.31 | 4.54 | 0.51 | 0.46 |
| Hex | B0 | 42 | 39 | 0 | 3E | 44 | 1F | 5 | 33 | 2E |
| Octal | 260 | 102 | 71 | 0 | 76 | 104 | 37 | 5 | 63 | 56 |
| Binary | 10110000 | 1000010 | 111001 | 0 | 111110 | 1000100 | 11111 | 101 | 110011 | 101110 |
Color Harmonies of #B04239
Complementary color
Monochromatic Colors of #B04239
Black with #B04239
Text Example
Text Example
White with #B04239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04239; }
p { color: rgb(176,66,57); }
H1.HeaderClassName
{
color: #B04239;
}
.AnyTagClassName
{
color: #B04239;
}
</style>
background-color css
<style>
a { background-color: #B04239; }
a { background-color: rgb(176,66,57); }
div.DivClassName
{
background-color: #B04239;
}
.BgClassName
{
background-color: #B04239;
}
</style>
border-color css
<style>
span { border-color: #B04239; }
span { border-color: rgb(176,66,57); }
td.TdClassName
{
border-color: #B04239;
}
.TagClassName
{
border-color: #B04239;
}
</style>