Shades of Medium Carmine #B83532
Tints of Medium Carmine #B83532
RGB
CMYK
RGB Variations
Color information
#B83532 (or 0xB83532) is known color: Medium Carmine. HEX triplet: B8, 35 and 32. RGB value is (184,53,50). Sum of RGB (Red+Green+Blue) = 184+53+50=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B83532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83532 is #47CACD. Grayscale: #5B5B5B. Windows color (decimal): -4704974 or 3290552. OLE color: 3290552.
HSL color Cylindrical-coordinate representation of color #B83532: hue angle of 1.34º 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 #B83532 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 50 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.28 |
| HSL | 1.34º | 0.57% | 0.46% | - |
| HSV(B) | 1.34º | 0.73% | 0.72% | - |
| XYZ | 21.62 | 12.97 | 4.38 | - |
| YUV | 91.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 50 | 0 | 0.71 | 0.73 | 0.28 | 1.34 | 0.57 | 0.46 |
| Hex | B8 | 35 | 32 | 0 | 47 | 49 | 1C | 1 | 39 | 2E |
| Octal | 270 | 65 | 62 | 0 | 107 | 111 | 34 | 1 | 71 | 56 |
| Binary | 10111000 | 110101 | 110010 | 0 | 1000111 | 1001001 | 11100 | 1 | 111001 | 101110 |
Color Harmonies of #B83532
Complementary color
Monochromatic Colors of #B83532
Black with #B83532
Text Example
Text Example
White with #B83532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83532; }
p { color: rgb(184,53,50); }
H1.HeaderClassName
{
color: #B83532;
}
.AnyTagClassName
{
color: #B83532;
}
</style>
background-color css
<style>
a { background-color: #B83532; }
a { background-color: rgb(184,53,50); }
div.DivClassName
{
background-color: #B83532;
}
.BgClassName
{
background-color: #B83532;
}
</style>
border-color css
<style>
span { border-color: #B83532; }
span { border-color: rgb(184,53,50); }
td.TdClassName
{
border-color: #B83532;
}
.TagClassName
{
border-color: #B83532;
}
</style>