Shades of Medium Carmine #B54032
Tints of Medium Carmine #B54032
RGB
CMYK
RGB Variations
Color information
#B54032 (or 0xB54032) is known color: Medium Carmine. HEX triplet: B5, 40 and 32. RGB value is (181,64,50). Sum of RGB (Red+Green+Blue) = 181+64+50=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B54032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54032 is #4ABFCD. Grayscale: #616161. Windows color (decimal): -4898766 or 3293365. OLE color: 3293365.
HSL color Cylindrical-coordinate representation of color #B54032: hue angle of 6.41º 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 #B54032 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 50 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.29 |
| HSL | 6.41º | 0.57% | 0.45% | - |
| HSV(B) | 6.41º | 0.72% | 0.71% | - |
| XYZ | 21.47 | 13.72 | 4.53 | - |
| YUV | 97.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 50 | 0 | 0.65 | 0.72 | 0.29 | 6.41 | 0.57 | 0.45 |
| Hex | B5 | 40 | 32 | 0 | 41 | 48 | 1D | 6 | 39 | 2D |
| Octal | 265 | 100 | 62 | 0 | 101 | 110 | 35 | 6 | 71 | 55 |
| Binary | 10110101 | 1000000 | 110010 | 0 | 1000001 | 1001000 | 11101 | 110 | 111001 | 101101 |
Color Harmonies of #B54032
Complementary color
Monochromatic Colors of #B54032
Black with #B54032
Text Example
Text Example
White with #B54032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54032; }
p { color: rgb(181,64,50); }
H1.HeaderClassName
{
color: #B54032;
}
.AnyTagClassName
{
color: #B54032;
}
</style>
background-color css
<style>
a { background-color: #B54032; }
a { background-color: rgb(181,64,50); }
div.DivClassName
{
background-color: #B54032;
}
.BgClassName
{
background-color: #B54032;
}
</style>
border-color css
<style>
span { border-color: #B54032; }
span { border-color: rgb(181,64,50); }
td.TdClassName
{
border-color: #B54032;
}
.TagClassName
{
border-color: #B54032;
}
</style>