Shades of Medium Carmine #B53931
Tints of Medium Carmine #B53931
RGB
CMYK
RGB Variations
Color information
#B53931 (or 0xB53931) is known color: Medium Carmine. HEX triplet: B5, 39 and 31. RGB value is (181,57,49). Sum of RGB (Red+Green+Blue) = 181+57+49=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53931 is #4AC6CE. Grayscale: #5D5D5D. Windows color (decimal): -4900559 or 3226037. OLE color: 3226037.
HSL color Cylindrical-coordinate representation of color #B53931: hue angle of 3.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53931 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 49 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.29 |
| HSL | 3.64º | 0.57% | 0.45% | - |
| HSV(B) | 3.64º | 0.73% | 0.71% | - |
| XYZ | 21.07 | 12.97 | 4.3 | - |
| YUV | 93.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 49 | 0 | 0.69 | 0.73 | 0.29 | 3.64 | 0.57 | 0.45 |
| Hex | B5 | 39 | 31 | 0 | 45 | 49 | 1D | 4 | 39 | 2D |
| Octal | 265 | 71 | 61 | 0 | 105 | 111 | 35 | 4 | 71 | 55 |
| Binary | 10110101 | 111001 | 110001 | 0 | 1000101 | 1001001 | 11101 | 100 | 111001 | 101101 |
Color Harmonies of #B53931
Complementary color
Monochromatic Colors of #B53931
Black with #B53931
Text Example
Text Example
White with #B53931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53931; }
p { color: rgb(181,57,49); }
H1.HeaderClassName
{
color: #B53931;
}
.AnyTagClassName
{
color: #B53931;
}
</style>
background-color css
<style>
a { background-color: #B53931; }
a { background-color: rgb(181,57,49); }
div.DivClassName
{
background-color: #B53931;
}
.BgClassName
{
background-color: #B53931;
}
</style>
border-color css
<style>
span { border-color: #B53931; }
span { border-color: rgb(181,57,49); }
td.TdClassName
{
border-color: #B53931;
}
.TagClassName
{
border-color: #B53931;
}
</style>