Shades of Medium Carmine #B54935
Tints of Medium Carmine #B54935
RGB
CMYK
RGB Variations
Color information
#B54935 (or 0xB54935) is known color: Medium Carmine. HEX triplet: B5, 49 and 35. RGB value is (181,73,53). Sum of RGB (Red+Green+Blue) = 181+73+53=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B54935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54935 is #4AB6CA. Grayscale: #676767. Windows color (decimal): -4896459 or 3492277. OLE color: 3492277.
HSL color Cylindrical-coordinate representation of color #B54935: hue angle of 9.38º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B54935 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 53 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.29 |
| HSL | 9.38º | 0.55% | 0.46% | - |
| HSV(B) | 9.38º | 0.71% | 0.71% | - |
| XYZ | 22.08 | 14.85 | 5.07 | - |
| YUV | 103.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 53 | 0 | 0.60 | 0.71 | 0.29 | 9.38 | 0.55 | 0.46 |
| Hex | B5 | 49 | 35 | 0 | 3C | 47 | 1D | 9 | 37 | 2E |
| Octal | 265 | 111 | 65 | 0 | 74 | 107 | 35 | 11 | 67 | 56 |
| Binary | 10110101 | 1001001 | 110101 | 0 | 111100 | 1000111 | 11101 | 1001 | 110111 | 101110 |
Color Harmonies of #B54935
Complementary color
Monochromatic Colors of #B54935
Black with #B54935
Text Example
Text Example
White with #B54935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54935; }
p { color: rgb(181,73,53); }
H1.HeaderClassName
{
color: #B54935;
}
.AnyTagClassName
{
color: #B54935;
}
</style>
background-color css
<style>
a { background-color: #B54935; }
a { background-color: rgb(181,73,53); }
div.DivClassName
{
background-color: #B54935;
}
.BgClassName
{
background-color: #B54935;
}
</style>
border-color css
<style>
span { border-color: #B54935; }
span { border-color: rgb(181,73,53); }
td.TdClassName
{
border-color: #B54935;
}
.TagClassName
{
border-color: #B54935;
}
</style>