Shades of Medium Carmine #B03737
Tints of Medium Carmine #B03737
RGB
CMYK
RGB Variations
Color information
#B03737 (or 0xB03737) is known color: Medium Carmine. HEX triplet: B0, 37 and 37. RGB value is (176,55,55). Sum of RGB (Red+Green+Blue) = 176+55+55=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B03737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03737 is #4FC8C8. Grayscale: #5B5B5B. Windows color (decimal): -5228745 or 3618736. OLE color: 3618736.
HSL color Cylindrical-coordinate representation of color #B03737: hue angle of 0º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03737 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 55 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.31 |
| HSL | 0º | 0.52% | 0.45% | - |
| HSV(B) | 0º | 0.69% | 0.69% | - |
| XYZ | 19.96 | 12.24 | 4.92 | - |
| YUV | 91.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 55 | 0 | 0.69 | 0.69 | 0.31 | 0 | 0.52 | 0.45 |
| Hex | B0 | 37 | 37 | 0 | 45 | 45 | 1F | 0 | 34 | 2D |
| Octal | 260 | 67 | 67 | 0 | 105 | 105 | 37 | 0 | 64 | 55 |
| Binary | 10110000 | 110111 | 110111 | 0 | 1000101 | 1000101 | 11111 | 0 | 110100 | 101101 |
Color Harmonies of #B03737
Complementary color
Monochromatic Colors of #B03737
Black with #B03737
Text Example
Text Example
White with #B03737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03737; }
p { color: rgb(176,55,55); }
H1.HeaderClassName
{
color: #B03737;
}
.AnyTagClassName
{
color: #B03737;
}
</style>
background-color css
<style>
a { background-color: #B03737; }
a { background-color: rgb(176,55,55); }
div.DivClassName
{
background-color: #B03737;
}
.BgClassName
{
background-color: #B03737;
}
</style>
border-color css
<style>
span { border-color: #B03737; }
span { border-color: rgb(176,55,55); }
td.TdClassName
{
border-color: #B03737;
}
.TagClassName
{
border-color: #B03737;
}
</style>