Shades of Medium Carmine #B7332C
Tints of Medium Carmine #B7332C
RGB
CMYK
RGB Variations
Color information
#B7332C (or 0xB7332C) is known color: Medium Carmine. HEX triplet: B7, 33 and 2C. RGB value is (183,51,44). Sum of RGB (Red+Green+Blue) = 183+51+44=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7332C is #48CCD3. Grayscale: #595959. Windows color (decimal): -4771028 or 2896823. OLE color: 2896823.
HSL color Cylindrical-coordinate representation of color #B7332C: hue angle of 3.02º 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 #B7332C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 44 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.28 |
| HSL | 3.02º | 0.61% | 0.45% | - |
| HSV(B) | 3.02º | 0.76% | 0.72% | - |
| XYZ | 21.17 | 12.62 | 3.7 | - |
| YUV | 89.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 44 | 0 | 0.72 | 0.76 | 0.28 | 3.02 | 0.61 | 0.45 |
| Hex | B7 | 33 | 2C | 0 | 48 | 4C | 1C | 3 | 3D | 2D |
| Octal | 267 | 63 | 54 | 0 | 110 | 114 | 34 | 3 | 75 | 55 |
| Binary | 10110111 | 110011 | 101100 | 0 | 1001000 | 1001100 | 11100 | 11 | 111101 | 101101 |
Color Harmonies of #B7332C
Complementary color
Monochromatic Colors of #B7332C
Black with #B7332C
Text Example
Text Example
White with #B7332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7332C; }
p { color: rgb(183,51,44); }
H1.HeaderClassName
{
color: #B7332C;
}
.AnyTagClassName
{
color: #B7332C;
}
</style>
background-color css
<style>
a { background-color: #B7332C; }
a { background-color: rgb(183,51,44); }
div.DivClassName
{
background-color: #B7332C;
}
.BgClassName
{
background-color: #B7332C;
}
</style>
border-color css
<style>
span { border-color: #B7332C; }
span { border-color: rgb(183,51,44); }
td.TdClassName
{
border-color: #B7332C;
}
.TagClassName
{
border-color: #B7332C;
}
</style>