Shades of Medium Carmine #B34038
Tints of Medium Carmine #B34038
RGB
CMYK
RGB Variations
Color information
#B34038 (or 0xB34038) is known color: Medium Carmine. HEX triplet: B3, 40 and 38. RGB value is (179,64,56). Sum of RGB (Red+Green+Blue) = 179+64+56=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34038 is #4CBFC7. Grayscale: #616161. Windows color (decimal): -5029832 or 3686579. OLE color: 3686579.
HSL color Cylindrical-coordinate representation of color #B34038: hue angle of 3.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34038 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 56 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.30 |
| HSL | 3.9º | 0.52% | 0.46% | - |
| HSV(B) | 3.9º | 0.69% | 0.7% | - |
| XYZ | 21.14 | 13.54 | 5.24 | - |
| YUV | 97.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 56 | 0 | 0.64 | 0.69 | 0.30 | 3.9 | 0.52 | 0.46 |
| Hex | B3 | 40 | 38 | 0 | 40 | 45 | 1E | 4 | 34 | 2E |
| Octal | 263 | 100 | 70 | 0 | 100 | 105 | 36 | 4 | 64 | 56 |
| Binary | 10110011 | 1000000 | 111000 | 0 | 1000000 | 1000101 | 11110 | 100 | 110100 | 101110 |
Color Harmonies of #B34038
Complementary color
Monochromatic Colors of #B34038
Black with #B34038
Text Example
Text Example
White with #B34038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34038; }
p { color: rgb(179,64,56); }
H1.HeaderClassName
{
color: #B34038;
}
.AnyTagClassName
{
color: #B34038;
}
</style>
background-color css
<style>
a { background-color: #B34038; }
a { background-color: rgb(179,64,56); }
div.DivClassName
{
background-color: #B34038;
}
.BgClassName
{
background-color: #B34038;
}
</style>
border-color css
<style>
span { border-color: #B34038; }
span { border-color: rgb(179,64,56); }
td.TdClassName
{
border-color: #B34038;
}
.TagClassName
{
border-color: #B34038;
}
</style>