Shades of Medium Carmine #B53232
Tints of Medium Carmine #B53232
RGB
CMYK
RGB Variations
Color information
#B53232 (or 0xB53232) is known color: Medium Carmine. HEX triplet: B5, 32 and 32. RGB value is (181,50,50). Sum of RGB (Red+Green+Blue) = 181+50+50=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B53232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53232 is #4ACDCD. Grayscale: #595959. Windows color (decimal): -4902350 or 3289781. OLE color: 3289781.
HSL color Cylindrical-coordinate representation of color #B53232: hue angle of 0º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53232 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 50 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.29 |
| HSL | 0º | 0.57% | 0.45% | - |
| HSV(B) | 0º | 0.72% | 0.71% | - |
| XYZ | 20.77 | 12.34 | 4.3 | - |
| YUV | 89.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 50 | 0 | 0.72 | 0.72 | 0.29 | 0 | 0.57 | 0.45 |
| Hex | B5 | 32 | 32 | 0 | 48 | 48 | 1D | 0 | 39 | 2D |
| Octal | 265 | 62 | 62 | 0 | 110 | 110 | 35 | 0 | 71 | 55 |
| Binary | 10110101 | 110010 | 110010 | 0 | 1001000 | 1001000 | 11101 | 0 | 111001 | 101101 |
Color Harmonies of #B53232
Complementary color
Monochromatic Colors of #B53232
Black with #B53232
Text Example
Text Example
White with #B53232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53232; }
p { color: rgb(181,50,50); }
H1.HeaderClassName
{
color: #B53232;
}
.AnyTagClassName
{
color: #B53232;
}
</style>
background-color css
<style>
a { background-color: #B53232; }
a { background-color: rgb(181,50,50); }
div.DivClassName
{
background-color: #B53232;
}
.BgClassName
{
background-color: #B53232;
}
</style>
border-color css
<style>
span { border-color: #B53232; }
span { border-color: rgb(181,50,50); }
td.TdClassName
{
border-color: #B53232;
}
.TagClassName
{
border-color: #B53232;
}
</style>