Shades of Medium Carmine #B04141
Tints of Medium Carmine #B04141
RGB
CMYK
RGB Variations
Color information
#B04141 (or 0xB04141) is known color: Medium Carmine. HEX triplet: B0, 41 and 41. RGB value is (176,65,65). Sum of RGB (Red+Green+Blue) = 176+65+65=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B04141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04141 is #4FBEBE. Grayscale: #626262. Windows color (decimal): -5226175 or 4276656. OLE color: 4276656.
HSL color Cylindrical-coordinate representation of color #B04141: hue angle of 0º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04141 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 65 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.31 |
| HSL | 0º | 0.46% | 0.47% | - |
| HSV(B) | 0º | 0.63% | 0.69% | - |
| XYZ | 20.75 | 13.39 | 6.49 | - |
| YUV | 98.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 65 | 0 | 0.63 | 0.63 | 0.31 | 0 | 0.46 | 0.47 |
| Hex | B0 | 41 | 41 | 0 | 3F | 3F | 1F | 0 | 2E | 2F |
| Octal | 260 | 101 | 101 | 0 | 77 | 77 | 37 | 0 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1000001 | 0 | 111111 | 111111 | 11111 | 0 | 101110 | 101111 |
Color Harmonies of #B04141
Complementary color
Monochromatic Colors of #B04141
Black with #B04141
Text Example
Text Example
White with #B04141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04141; }
p { color: rgb(176,65,65); }
H1.HeaderClassName
{
color: #B04141;
}
.AnyTagClassName
{
color: #B04141;
}
</style>
background-color css
<style>
a { background-color: #B04141; }
a { background-color: rgb(176,65,65); }
div.DivClassName
{
background-color: #B04141;
}
.BgClassName
{
background-color: #B04141;
}
</style>
border-color css
<style>
span { border-color: #B04141; }
span { border-color: rgb(176,65,65); }
td.TdClassName
{
border-color: #B04141;
}
.TagClassName
{
border-color: #B04141;
}
</style>