Shades of Medium Carmine #B7382D
Tints of Medium Carmine #B7382D
RGB
CMYK
RGB Variations
Color information
#B7382D (or 0xB7382D) is known color: Medium Carmine. HEX triplet: B7, 38 and 2D. RGB value is (183,56,45). Sum of RGB (Red+Green+Blue) = 183+56+45=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B7382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7382D is #48C7D2. Grayscale: #5C5C5C. Windows color (decimal): -4769747 or 2963639. OLE color: 2963639.
HSL color Cylindrical-coordinate representation of color #B7382D: hue angle of 4.78º 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 #B7382D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 45 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.28 |
| HSL | 4.78º | 0.61% | 0.45% | - |
| HSV(B) | 4.78º | 0.75% | 0.72% | - |
| XYZ | 21.42 | 13.09 | 3.88 | - |
| YUV | 92.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 45 | 0 | 0.69 | 0.75 | 0.28 | 4.78 | 0.61 | 0.45 |
| Hex | B7 | 38 | 2D | 0 | 45 | 4B | 1C | 5 | 3D | 2D |
| Octal | 267 | 70 | 55 | 0 | 105 | 113 | 34 | 5 | 75 | 55 |
| Binary | 10110111 | 111000 | 101101 | 0 | 1000101 | 1001011 | 11100 | 101 | 111101 | 101101 |
Color Harmonies of #B7382D
Complementary color
Monochromatic Colors of #B7382D
Black with #B7382D
Text Example
Text Example
White with #B7382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7382D; }
p { color: rgb(183,56,45); }
H1.HeaderClassName
{
color: #B7382D;
}
.AnyTagClassName
{
color: #B7382D;
}
</style>
background-color css
<style>
a { background-color: #B7382D; }
a { background-color: rgb(183,56,45); }
div.DivClassName
{
background-color: #B7382D;
}
.BgClassName
{
background-color: #B7382D;
}
</style>
border-color css
<style>
span { border-color: #B7382D; }
span { border-color: rgb(183,56,45); }
td.TdClassName
{
border-color: #B7382D;
}
.TagClassName
{
border-color: #B7382D;
}
</style>