Shades of Medium Carmine #B04138
Tints of Medium Carmine #B04138
RGB
CMYK
RGB Variations
Color information
#B04138 (or 0xB04138) is known color: Medium Carmine. HEX triplet: B0, 41 and 38. RGB value is (176,65,56). Sum of RGB (Red+Green+Blue) = 176+65+56=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B04138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04138 is #4FBEC7. Grayscale: #616161. Windows color (decimal): -5226184 or 3686832. OLE color: 3686832.
HSL color Cylindrical-coordinate representation of color #B04138: hue angle of 4.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04138 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 56 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.31 |
| HSL | 4.5º | 0.52% | 0.45% | - |
| HSV(B) | 4.5º | 0.68% | 0.69% | - |
| XYZ | 20.51 | 13.3 | 5.23 | - |
| YUV | 97.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 56 | 0 | 0.63 | 0.68 | 0.31 | 4.5 | 0.52 | 0.45 |
| Hex | B0 | 41 | 38 | 0 | 3F | 44 | 1F | 4 | 34 | 2D |
| Octal | 260 | 101 | 70 | 0 | 77 | 104 | 37 | 4 | 64 | 55 |
| Binary | 10110000 | 1000001 | 111000 | 0 | 111111 | 1000100 | 11111 | 100 | 110100 | 101101 |
Color Harmonies of #B04138
Complementary color
Monochromatic Colors of #B04138
Black with #B04138
Text Example
Text Example
White with #B04138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04138; }
p { color: rgb(176,65,56); }
H1.HeaderClassName
{
color: #B04138;
}
.AnyTagClassName
{
color: #B04138;
}
</style>
background-color css
<style>
a { background-color: #B04138; }
a { background-color: rgb(176,65,56); }
div.DivClassName
{
background-color: #B04138;
}
.BgClassName
{
background-color: #B04138;
}
</style>
border-color css
<style>
span { border-color: #B04138; }
span { border-color: rgb(176,65,56); }
td.TdClassName
{
border-color: #B04138;
}
.TagClassName
{
border-color: #B04138;
}
</style>