Shades of Medium Carmine #B84133
Tints of Medium Carmine #B84133
RGB
CMYK
RGB Variations
Color information
#B84133 (or 0xB84133) is known color: Medium Carmine. HEX triplet: B8, 41 and 33. RGB value is (184,65,51). Sum of RGB (Red+Green+Blue) = 184+65+51=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B84133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84133 is #47BECC. Grayscale: #636363. Windows color (decimal): -4701901 or 3359160. OLE color: 3359160.
HSL color Cylindrical-coordinate representation of color #B84133: hue angle of 6.32º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B84133 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 51 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.28 |
| HSL | 6.32º | 0.57% | 0.46% | - |
| HSV(B) | 6.32º | 0.72% | 0.72% | - |
| XYZ | 22.26 | 14.21 | 4.7 | - |
| YUV | 98.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 51 | 0 | 0.65 | 0.72 | 0.28 | 6.32 | 0.57 | 0.46 |
| Hex | B8 | 41 | 33 | 0 | 41 | 48 | 1C | 6 | 39 | 2E |
| Octal | 270 | 101 | 63 | 0 | 101 | 110 | 34 | 6 | 71 | 56 |
| Binary | 10111000 | 1000001 | 110011 | 0 | 1000001 | 1001000 | 11100 | 110 | 111001 | 101110 |
Color Harmonies of #B84133
Complementary color
Monochromatic Colors of #B84133
Black with #B84133
Text Example
Text Example
White with #B84133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84133; }
p { color: rgb(184,65,51); }
H1.HeaderClassName
{
color: #B84133;
}
.AnyTagClassName
{
color: #B84133;
}
</style>
background-color css
<style>
a { background-color: #B84133; }
a { background-color: rgb(184,65,51); }
div.DivClassName
{
background-color: #B84133;
}
.BgClassName
{
background-color: #B84133;
}
</style>
border-color css
<style>
span { border-color: #B84133; }
span { border-color: rgb(184,65,51); }
td.TdClassName
{
border-color: #B84133;
}
.TagClassName
{
border-color: #B84133;
}
</style>