Shades of Medium Carmine #B5342C
Tints of Medium Carmine #B5342C
RGB
CMYK
RGB Variations
Color information
#B5342C (or 0xB5342C) is known color: Medium Carmine. HEX triplet: B5, 34 and 2C. RGB value is (181,52,44). Sum of RGB (Red+Green+Blue) = 181+52+44=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5342C is #4ACBD3. Grayscale: #595959. Windows color (decimal): -4901844 or 2897077. OLE color: 2897077.
HSL color Cylindrical-coordinate representation of color #B5342C: hue angle of 3.5º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5342C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 44 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.29 |
| HSL | 3.5º | 0.61% | 0.44% | - |
| HSV(B) | 3.5º | 0.76% | 0.71% | - |
| XYZ | 20.74 | 12.46 | 3.7 | - |
| YUV | 89.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 44 | 0 | 0.71 | 0.76 | 0.29 | 3.5 | 0.61 | 0.44 |
| Hex | B5 | 34 | 2C | 0 | 47 | 4C | 1D | 4 | 3D | 2C |
| Octal | 265 | 64 | 54 | 0 | 107 | 114 | 35 | 4 | 75 | 54 |
| Binary | 10110101 | 110100 | 101100 | 0 | 1000111 | 1001100 | 11101 | 100 | 111101 | 101100 |
Color Harmonies of #B5342C
Complementary color
Monochromatic Colors of #B5342C
Black with #B5342C
Text Example
Text Example
White with #B5342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5342C; }
p { color: rgb(181,52,44); }
H1.HeaderClassName
{
color: #B5342C;
}
.AnyTagClassName
{
color: #B5342C;
}
</style>
background-color css
<style>
a { background-color: #B5342C; }
a { background-color: rgb(181,52,44); }
div.DivClassName
{
background-color: #B5342C;
}
.BgClassName
{
background-color: #B5342C;
}
</style>
border-color css
<style>
span { border-color: #B5342C; }
span { border-color: rgb(181,52,44); }
td.TdClassName
{
border-color: #B5342C;
}
.TagClassName
{
border-color: #B5342C;
}
</style>