Shades of Medium Carmine #B0382F
Tints of Medium Carmine #B0382F
RGB
CMYK
RGB Variations
Color information
#B0382F (or 0xB0382F) is known color: Medium Carmine. HEX triplet: B0, 38 and 2F. RGB value is (176,56,47). Sum of RGB (Red+Green+Blue) = 176+56+47=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B0382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0382F is #4FC7D0. Grayscale: #5B5B5B. Windows color (decimal): -5228497 or 3094704. OLE color: 3094704.
HSL color Cylindrical-coordinate representation of color #B0382F: hue angle of 4.19º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0382F is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 47 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.31 |
| HSL | 4.19º | 0.58% | 0.44% | - |
| HSV(B) | 4.19º | 0.73% | 0.69% | - |
| XYZ | 19.83 | 12.26 | 4.01 | - |
| YUV | 90.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 47 | 0 | 0.68 | 0.73 | 0.31 | 4.19 | 0.58 | 0.44 |
| Hex | B0 | 38 | 2F | 0 | 44 | 49 | 1F | 4 | 3A | 2C |
| Octal | 260 | 70 | 57 | 0 | 104 | 111 | 37 | 4 | 72 | 54 |
| Binary | 10110000 | 111000 | 101111 | 0 | 1000100 | 1001001 | 11111 | 100 | 111010 | 101100 |
Color Harmonies of #B0382F
Complementary color
Monochromatic Colors of #B0382F
Black with #B0382F
Text Example
Text Example
White with #B0382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0382F; }
p { color: rgb(176,56,47); }
H1.HeaderClassName
{
color: #B0382F;
}
.AnyTagClassName
{
color: #B0382F;
}
</style>
background-color css
<style>
a { background-color: #B0382F; }
a { background-color: rgb(176,56,47); }
div.DivClassName
{
background-color: #B0382F;
}
.BgClassName
{
background-color: #B0382F;
}
</style>
border-color css
<style>
span { border-color: #B0382F; }
span { border-color: rgb(176,56,47); }
td.TdClassName
{
border-color: #B0382F;
}
.TagClassName
{
border-color: #B0382F;
}
</style>