Shades of Medium Carmine #B7342E
Tints of Medium Carmine #B7342E
RGB
CMYK
RGB Variations
Color information
#B7342E (or 0xB7342E) is known color: Medium Carmine. HEX triplet: B7, 34 and 2E. RGB value is (183,52,46). Sum of RGB (Red+Green+Blue) = 183+52+46=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7342E is #48CBD1. Grayscale: #5A5A5A. Windows color (decimal): -4770770 or 3028151. OLE color: 3028151.
HSL color Cylindrical-coordinate representation of color #B7342E: hue angle of 2.63º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7342E is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 46 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.28 |
| HSL | 2.63º | 0.6% | 0.45% | - |
| HSV(B) | 2.63º | 0.75% | 0.72% | - |
| XYZ | 21.25 | 12.72 | 3.92 | - |
| YUV | 90.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 46 | 0 | 0.72 | 0.75 | 0.28 | 2.63 | 0.6 | 0.45 |
| Hex | B7 | 34 | 2E | 0 | 48 | 4B | 1C | 3 | 3C | 2D |
| Octal | 267 | 64 | 56 | 0 | 110 | 113 | 34 | 3 | 74 | 55 |
| Binary | 10110111 | 110100 | 101110 | 0 | 1001000 | 1001011 | 11100 | 11 | 111100 | 101101 |
Color Harmonies of #B7342E
Complementary color
Monochromatic Colors of #B7342E
Black with #B7342E
Text Example
Text Example
White with #B7342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7342E; }
p { color: rgb(183,52,46); }
H1.HeaderClassName
{
color: #B7342E;
}
.AnyTagClassName
{
color: #B7342E;
}
</style>
background-color css
<style>
a { background-color: #B7342E; }
a { background-color: rgb(183,52,46); }
div.DivClassName
{
background-color: #B7342E;
}
.BgClassName
{
background-color: #B7342E;
}
</style>
border-color css
<style>
span { border-color: #B7342E; }
span { border-color: rgb(183,52,46); }
td.TdClassName
{
border-color: #B7342E;
}
.TagClassName
{
border-color: #B7342E;
}
</style>