Shades of Medium Carmine #B7352C
Tints of Medium Carmine #B7352C
RGB
CMYK
RGB Variations
Color information
#B7352C (or 0xB7352C) is known color: Medium Carmine. HEX triplet: B7, 35 and 2C. RGB value is (183,53,44). Sum of RGB (Red+Green+Blue) = 183+53+44=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7352C is #48CAD3. Grayscale: #5B5B5B. Windows color (decimal): -4770516 or 2897335. OLE color: 2897335.
HSL color Cylindrical-coordinate representation of color #B7352C: hue angle of 3.88º 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 #B7352C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 44 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.28 |
| HSL | 3.88º | 0.61% | 0.45% | - |
| HSV(B) | 3.88º | 0.76% | 0.72% | - |
| XYZ | 21.26 | 12.8 | 3.73 | - |
| YUV | 90.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 44 | 0 | 0.71 | 0.76 | 0.28 | 3.88 | 0.61 | 0.45 |
| Hex | B7 | 35 | 2C | 0 | 47 | 4C | 1C | 4 | 3D | 2D |
| Octal | 267 | 65 | 54 | 0 | 107 | 114 | 34 | 4 | 75 | 55 |
| Binary | 10110111 | 110101 | 101100 | 0 | 1000111 | 1001100 | 11100 | 100 | 111101 | 101101 |
Color Harmonies of #B7352C
Complementary color
Monochromatic Colors of #B7352C
Black with #B7352C
Text Example
Text Example
White with #B7352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7352C; }
p { color: rgb(183,53,44); }
H1.HeaderClassName
{
color: #B7352C;
}
.AnyTagClassName
{
color: #B7352C;
}
</style>
background-color css
<style>
a { background-color: #B7352C; }
a { background-color: rgb(183,53,44); }
div.DivClassName
{
background-color: #B7352C;
}
.BgClassName
{
background-color: #B7352C;
}
</style>
border-color css
<style>
span { border-color: #B7352C; }
span { border-color: rgb(183,53,44); }
td.TdClassName
{
border-color: #B7352C;
}
.TagClassName
{
border-color: #B7352C;
}
</style>