Shades of Medium Carmine #B84038
Tints of Medium Carmine #B84038
RGB
CMYK
RGB Variations
Color information
#B84038 (or 0xB84038) is known color: Medium Carmine. HEX triplet: B8, 40 and 38. RGB value is (184,64,56). Sum of RGB (Red+Green+Blue) = 184+64+56=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B84038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84038 is #47BFC7. Grayscale: #636363. Windows color (decimal): -4702152 or 3686584. OLE color: 3686584.
HSL color Cylindrical-coordinate representation of color #B84038: hue angle of 3.75º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B84038 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 56 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.28 |
| HSL | 3.75º | 0.53% | 0.47% | - |
| HSV(B) | 3.75º | 0.7% | 0.72% | - |
| XYZ | 22.31 | 14.14 | 5.3 | - |
| YUV | 98.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 56 | 0 | 0.65 | 0.70 | 0.28 | 3.75 | 0.53 | 0.47 |
| Hex | B8 | 40 | 38 | 0 | 41 | 46 | 1C | 4 | 35 | 2F |
| Octal | 270 | 100 | 70 | 0 | 101 | 106 | 34 | 4 | 65 | 57 |
| Binary | 10111000 | 1000000 | 111000 | 0 | 1000001 | 1000110 | 11100 | 100 | 110101 | 101111 |
Color Harmonies of #B84038
Complementary color
Monochromatic Colors of #B84038
Black with #B84038
Text Example
Text Example
White with #B84038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84038; }
p { color: rgb(184,64,56); }
H1.HeaderClassName
{
color: #B84038;
}
.AnyTagClassName
{
color: #B84038;
}
</style>
background-color css
<style>
a { background-color: #B84038; }
a { background-color: rgb(184,64,56); }
div.DivClassName
{
background-color: #B84038;
}
.BgClassName
{
background-color: #B84038;
}
</style>
border-color css
<style>
span { border-color: #B84038; }
span { border-color: rgb(184,64,56); }
td.TdClassName
{
border-color: #B84038;
}
.TagClassName
{
border-color: #B84038;
}
</style>