Shades of Medium Carmine #B54239
Tints of Medium Carmine #B54239
RGB
CMYK
RGB Variations
Color information
#B54239 (or 0xB54239) is known color: Medium Carmine. HEX triplet: B5, 42 and 39. RGB value is (181,66,57). Sum of RGB (Red+Green+Blue) = 181+66+57=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B54239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54239 is #4ABDC6. Grayscale: #636363. Windows color (decimal): -4898247 or 3752629. OLE color: 3752629.
HSL color Cylindrical-coordinate representation of color #B54239: hue angle of 4.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54239 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 57 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.29 |
| HSL | 4.35º | 0.52% | 0.47% | - |
| HSV(B) | 4.35º | 0.69% | 0.71% | - |
| XYZ | 21.74 | 14.02 | 5.43 | - |
| YUV | 99.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 57 | 0 | 0.64 | 0.69 | 0.29 | 4.35 | 0.52 | 0.47 |
| Hex | B5 | 42 | 39 | 0 | 40 | 45 | 1D | 4 | 34 | 2F |
| Octal | 265 | 102 | 71 | 0 | 100 | 105 | 35 | 4 | 64 | 57 |
| Binary | 10110101 | 1000010 | 111001 | 0 | 1000000 | 1000101 | 11101 | 100 | 110100 | 101111 |
Color Harmonies of #B54239
Complementary color
Monochromatic Colors of #B54239
Black with #B54239
Text Example
Text Example
White with #B54239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54239; }
p { color: rgb(181,66,57); }
H1.HeaderClassName
{
color: #B54239;
}
.AnyTagClassName
{
color: #B54239;
}
</style>
background-color css
<style>
a { background-color: #B54239; }
a { background-color: rgb(181,66,57); }
div.DivClassName
{
background-color: #B54239;
}
.BgClassName
{
background-color: #B54239;
}
</style>
border-color css
<style>
span { border-color: #B54239; }
span { border-color: rgb(181,66,57); }
td.TdClassName
{
border-color: #B54239;
}
.TagClassName
{
border-color: #B54239;
}
</style>