Shades of Medium Carmine #B54638
Tints of Medium Carmine #B54638
RGB
CMYK
RGB Variations
Color information
#B54638 (or 0xB54638) is known color: Medium Carmine. HEX triplet: B5, 46 and 38. RGB value is (181,70,56). Sum of RGB (Red+Green+Blue) = 181+70+56=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B54638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54638 is #4AB9C7. Grayscale: #656565. Windows color (decimal): -4897224 or 3688117. OLE color: 3688117.
HSL color Cylindrical-coordinate representation of color #B54638: hue angle of 6.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54638 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 56 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.29 |
| HSL | 6.72º | 0.53% | 0.46% | - |
| HSV(B) | 6.72º | 0.69% | 0.71% | - |
| XYZ | 21.96 | 14.49 | 5.38 | - |
| YUV | 101.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 56 | 0 | 0.61 | 0.69 | 0.29 | 6.72 | 0.53 | 0.46 |
| Hex | B5 | 46 | 38 | 0 | 3D | 45 | 1D | 7 | 35 | 2E |
| Octal | 265 | 106 | 70 | 0 | 75 | 105 | 35 | 7 | 65 | 56 |
| Binary | 10110101 | 1000110 | 111000 | 0 | 111101 | 1000101 | 11101 | 111 | 110101 | 101110 |
Color Harmonies of #B54638
Complementary color
Monochromatic Colors of #B54638
Black with #B54638
Text Example
Text Example
White with #B54638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54638; }
p { color: rgb(181,70,56); }
H1.HeaderClassName
{
color: #B54638;
}
.AnyTagClassName
{
color: #B54638;
}
</style>
background-color css
<style>
a { background-color: #B54638; }
a { background-color: rgb(181,70,56); }
div.DivClassName
{
background-color: #B54638;
}
.BgClassName
{
background-color: #B54638;
}
</style>
border-color css
<style>
span { border-color: #B54638; }
span { border-color: rgb(181,70,56); }
td.TdClassName
{
border-color: #B54638;
}
.TagClassName
{
border-color: #B54638;
}
</style>