Shades of Medium Carmine #B0392B
Tints of Medium Carmine #B0392B
RGB
CMYK
RGB Variations
Color information
#B0392B (or 0xB0392B) is known color: Medium Carmine. HEX triplet: B0, 39 and 2B. RGB value is (176,57,43). Sum of RGB (Red+Green+Blue) = 176+57+43=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0392B is #4FC6D4. Grayscale: #5B5B5B. Windows color (decimal): -5228245 or 2832816. OLE color: 2832816.
HSL color Cylindrical-coordinate representation of color #B0392B: hue angle of 6.32º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0392B is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 43 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.31 |
| HSL | 6.32º | 0.61% | 0.43% | - |
| HSV(B) | 6.32º | 0.76% | 0.69% | - |
| XYZ | 19.8 | 12.33 | 3.62 | - |
| YUV | 90.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 43 | 0 | 0.68 | 0.76 | 0.31 | 6.32 | 0.61 | 0.43 |
| Hex | B0 | 39 | 2B | 0 | 44 | 4C | 1F | 6 | 3D | 2B |
| Octal | 260 | 71 | 53 | 0 | 104 | 114 | 37 | 6 | 75 | 53 |
| Binary | 10110000 | 111001 | 101011 | 0 | 1000100 | 1001100 | 11111 | 110 | 111101 | 101011 |
Color Harmonies of #B0392B
Complementary color
Monochromatic Colors of #B0392B
Black with #B0392B
Text Example
Text Example
White with #B0392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0392B; }
p { color: rgb(176,57,43); }
H1.HeaderClassName
{
color: #B0392B;
}
.AnyTagClassName
{
color: #B0392B;
}
</style>
background-color css
<style>
a { background-color: #B0392B; }
a { background-color: rgb(176,57,43); }
div.DivClassName
{
background-color: #B0392B;
}
.BgClassName
{
background-color: #B0392B;
}
</style>
border-color css
<style>
span { border-color: #B0392B; }
span { border-color: rgb(176,57,43); }
td.TdClassName
{
border-color: #B0392B;
}
.TagClassName
{
border-color: #B0392B;
}
</style>