Shades of Medium Carmine #B04038
Tints of Medium Carmine #B04038
RGB
CMYK
RGB Variations
Color information
#B04038 (or 0xB04038) is known color: Medium Carmine. HEX triplet: B0, 40 and 38. RGB value is (176,64,56). Sum of RGB (Red+Green+Blue) = 176+64+56=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04038 is #4FBFC7. Grayscale: #606060. Windows color (decimal): -5226440 or 3686576. OLE color: 3686576.
HSL color Cylindrical-coordinate representation of color #B04038: hue angle of 4º 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 #B04038 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 56 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.31 |
| HSL | 4º | 0.52% | 0.45% | - |
| HSV(B) | 4º | 0.68% | 0.69% | - |
| XYZ | 20.45 | 13.18 | 5.21 | - |
| YUV | 96.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 56 | 0 | 0.64 | 0.68 | 0.31 | 4 | 0.52 | 0.45 |
| Hex | B0 | 40 | 38 | 0 | 40 | 44 | 1F | 4 | 34 | 2D |
| Octal | 260 | 100 | 70 | 0 | 100 | 104 | 37 | 4 | 64 | 55 |
| Binary | 10110000 | 1000000 | 111000 | 0 | 1000000 | 1000100 | 11111 | 100 | 110100 | 101101 |
Color Harmonies of #B04038
Complementary color
Monochromatic Colors of #B04038
Black with #B04038
Text Example
Text Example
White with #B04038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04038; }
p { color: rgb(176,64,56); }
H1.HeaderClassName
{
color: #B04038;
}
.AnyTagClassName
{
color: #B04038;
}
</style>
background-color css
<style>
a { background-color: #B04038; }
a { background-color: rgb(176,64,56); }
div.DivClassName
{
background-color: #B04038;
}
.BgClassName
{
background-color: #B04038;
}
</style>
border-color css
<style>
span { border-color: #B04038; }
span { border-color: rgb(176,64,56); }
td.TdClassName
{
border-color: #B04038;
}
.TagClassName
{
border-color: #B04038;
}
</style>