Shades of Medium Carmine #B7342C
Tints of Medium Carmine #B7342C
RGB
CMYK
RGB Variations
Color information
#B7342C (or 0xB7342C) is known color: Medium Carmine. HEX triplet: B7, 34 and 2C. RGB value is (183,52,44). Sum of RGB (Red+Green+Blue) = 183+52+44=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7342C is #48CBD3. Grayscale: #5A5A5A. Windows color (decimal): -4770772 or 2897079. OLE color: 2897079.
HSL color Cylindrical-coordinate representation of color #B7342C: hue angle of 3.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7342C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 44 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.28 |
| HSL | 3.45º | 0.61% | 0.45% | - |
| HSV(B) | 3.45º | 0.76% | 0.72% | - |
| XYZ | 21.21 | 12.71 | 3.72 | - |
| YUV | 90.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 44 | 0 | 0.72 | 0.76 | 0.28 | 3.45 | 0.61 | 0.45 |
| Hex | B7 | 34 | 2C | 0 | 48 | 4C | 1C | 3 | 3D | 2D |
| Octal | 267 | 64 | 54 | 0 | 110 | 114 | 34 | 3 | 75 | 55 |
| Binary | 10110111 | 110100 | 101100 | 0 | 1001000 | 1001100 | 11100 | 11 | 111101 | 101101 |
Color Harmonies of #B7342C
Complementary color
Monochromatic Colors of #B7342C
Black with #B7342C
Text Example
Text Example
White with #B7342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7342C; }
p { color: rgb(183,52,44); }
H1.HeaderClassName
{
color: #B7342C;
}
.AnyTagClassName
{
color: #B7342C;
}
</style>
background-color css
<style>
a { background-color: #B7342C; }
a { background-color: rgb(183,52,44); }
div.DivClassName
{
background-color: #B7342C;
}
.BgClassName
{
background-color: #B7342C;
}
</style>
border-color css
<style>
span { border-color: #B7342C; }
span { border-color: rgb(183,52,44); }
td.TdClassName
{
border-color: #B7342C;
}
.TagClassName
{
border-color: #B7342C;
}
</style>