Shades of Medium Carmine #B7362C
Tints of Medium Carmine #B7362C
RGB
CMYK
RGB Variations
Color information
#B7362C (or 0xB7362C) is known color: Medium Carmine. HEX triplet: B7, 36 and 2C. RGB value is (183,54,44). Sum of RGB (Red+Green+Blue) = 183+54+44=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7362C is #48C9D3. Grayscale: #5B5B5B. Windows color (decimal): -4770260 or 2897591. OLE color: 2897591.
HSL color Cylindrical-coordinate representation of color #B7362C: hue angle of 4.32º 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 #B7362C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 44 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.28 |
| HSL | 4.32º | 0.61% | 0.45% | - |
| HSV(B) | 4.32º | 0.76% | 0.72% | - |
| XYZ | 21.3 | 12.89 | 3.75 | - |
| YUV | 91.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 44 | 0 | 0.70 | 0.76 | 0.28 | 4.32 | 0.61 | 0.45 |
| Hex | B7 | 36 | 2C | 0 | 46 | 4C | 1C | 4 | 3D | 2D |
| Octal | 267 | 66 | 54 | 0 | 106 | 114 | 34 | 4 | 75 | 55 |
| Binary | 10110111 | 110110 | 101100 | 0 | 1000110 | 1001100 | 11100 | 100 | 111101 | 101101 |
Color Harmonies of #B7362C
Complementary color
Monochromatic Colors of #B7362C
Black with #B7362C
Text Example
Text Example
White with #B7362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7362C; }
p { color: rgb(183,54,44); }
H1.HeaderClassName
{
color: #B7362C;
}
.AnyTagClassName
{
color: #B7362C;
}
</style>
background-color css
<style>
a { background-color: #B7362C; }
a { background-color: rgb(183,54,44); }
div.DivClassName
{
background-color: #B7362C;
}
.BgClassName
{
background-color: #B7362C;
}
</style>
border-color css
<style>
span { border-color: #B7362C; }
span { border-color: rgb(183,54,44); }
td.TdClassName
{
border-color: #B7362C;
}
.TagClassName
{
border-color: #B7362C;
}
</style>