Shades of Medium Carmine #B84532
Tints of Medium Carmine #B84532
RGB
CMYK
RGB Variations
Color information
#B84532 (or 0xB84532) is known color: Medium Carmine. HEX triplet: B8, 45 and 32. RGB value is (184,69,50). Sum of RGB (Red+Green+Blue) = 184+69+50=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B84532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84532 is #47BACD. Grayscale: #656565. Windows color (decimal): -4700878 or 3294648. OLE color: 3294648.
HSL color Cylindrical-coordinate representation of color #B84532: hue angle of 8.51º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B84532 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 50 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.28 |
| HSL | 8.51º | 0.57% | 0.46% | - |
| HSV(B) | 8.51º | 0.73% | 0.72% | - |
| XYZ | 22.47 | 14.68 | 4.67 | - |
| YUV | 101.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 50 | 0 | 0.62 | 0.73 | 0.28 | 8.51 | 0.57 | 0.46 |
| Hex | B8 | 45 | 32 | 0 | 3E | 49 | 1C | 9 | 39 | 2E |
| Octal | 270 | 105 | 62 | 0 | 76 | 111 | 34 | 11 | 71 | 56 |
| Binary | 10111000 | 1000101 | 110010 | 0 | 111110 | 1001001 | 11100 | 1001 | 111001 | 101110 |
Color Harmonies of #B84532
Complementary color
Monochromatic Colors of #B84532
Black with #B84532
Text Example
Text Example
White with #B84532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84532; }
p { color: rgb(184,69,50); }
H1.HeaderClassName
{
color: #B84532;
}
.AnyTagClassName
{
color: #B84532;
}
</style>
background-color css
<style>
a { background-color: #B84532; }
a { background-color: rgb(184,69,50); }
div.DivClassName
{
background-color: #B84532;
}
.BgClassName
{
background-color: #B84532;
}
</style>
border-color css
<style>
span { border-color: #B84532; }
span { border-color: rgb(184,69,50); }
td.TdClassName
{
border-color: #B84532;
}
.TagClassName
{
border-color: #B84532;
}
</style>