Shades of Medium Carmine #B7392D
Tints of Medium Carmine #B7392D
RGB
CMYK
RGB Variations
Color information
#B7392D (or 0xB7392D) is known color: Medium Carmine. HEX triplet: B7, 39 and 2D. RGB value is (183,57,45). Sum of RGB (Red+Green+Blue) = 183+57+45=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B7392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7392D is #48C6D2. Grayscale: #5D5D5D. Windows color (decimal): -4769491 or 2963895. OLE color: 2963895.
HSL color Cylindrical-coordinate representation of color #B7392D: hue angle of 5.22º degrees, saturation: 0.61, 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 #B7392D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 45 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.28 |
| HSL | 5.22º | 0.61% | 0.45% | - |
| HSV(B) | 5.22º | 0.75% | 0.72% | - |
| XYZ | 21.47 | 13.18 | 3.9 | - |
| YUV | 93.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 45 | 0 | 0.69 | 0.75 | 0.28 | 5.22 | 0.61 | 0.45 |
| Hex | B7 | 39 | 2D | 0 | 45 | 4B | 1C | 5 | 3D | 2D |
| Octal | 267 | 71 | 55 | 0 | 105 | 113 | 34 | 5 | 75 | 55 |
| Binary | 10110111 | 111001 | 101101 | 0 | 1000101 | 1001011 | 11100 | 101 | 111101 | 101101 |
Color Harmonies of #B7392D
Complementary color
Monochromatic Colors of #B7392D
Black with #B7392D
Text Example
Text Example
White with #B7392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7392D; }
p { color: rgb(183,57,45); }
H1.HeaderClassName
{
color: #B7392D;
}
.AnyTagClassName
{
color: #B7392D;
}
</style>
background-color css
<style>
a { background-color: #B7392D; }
a { background-color: rgb(183,57,45); }
div.DivClassName
{
background-color: #B7392D;
}
.BgClassName
{
background-color: #B7392D;
}
</style>
border-color css
<style>
span { border-color: #B7392D; }
span { border-color: rgb(183,57,45); }
td.TdClassName
{
border-color: #B7392D;
}
.TagClassName
{
border-color: #B7392D;
}
</style>