Shades of Medium Carmine #B03831
Tints of Medium Carmine #B03831
RGB
CMYK
RGB Variations
Color information
#B03831 (or 0xB03831) is known color: Medium Carmine. HEX triplet: B0, 38 and 31. RGB value is (176,56,49). Sum of RGB (Red+Green+Blue) = 176+56+49=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B03831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03831 is #4FC7CE. Grayscale: #5B5B5B. Windows color (decimal): -5228495 or 3225776. OLE color: 3225776.
HSL color Cylindrical-coordinate representation of color #B03831: hue angle of 3.31º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03831 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 49 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.31 |
| HSL | 3.31º | 0.56% | 0.44% | - |
| HSV(B) | 3.31º | 0.72% | 0.69% | - |
| XYZ | 19.87 | 12.28 | 4.23 | - |
| YUV | 91.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 49 | 0 | 0.68 | 0.72 | 0.31 | 3.31 | 0.56 | 0.44 |
| Hex | B0 | 38 | 31 | 0 | 44 | 48 | 1F | 3 | 38 | 2C |
| Octal | 260 | 70 | 61 | 0 | 104 | 110 | 37 | 3 | 70 | 54 |
| Binary | 10110000 | 111000 | 110001 | 0 | 1000100 | 1001000 | 11111 | 11 | 111000 | 101100 |
Color Harmonies of #B03831
Complementary color
Monochromatic Colors of #B03831
Black with #B03831
Text Example
Text Example
White with #B03831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03831; }
p { color: rgb(176,56,49); }
H1.HeaderClassName
{
color: #B03831;
}
.AnyTagClassName
{
color: #B03831;
}
</style>
background-color css
<style>
a { background-color: #B03831; }
a { background-color: rgb(176,56,49); }
div.DivClassName
{
background-color: #B03831;
}
.BgClassName
{
background-color: #B03831;
}
</style>
border-color css
<style>
span { border-color: #B03831; }
span { border-color: rgb(176,56,49); }
td.TdClassName
{
border-color: #B03831;
}
.TagClassName
{
border-color: #B03831;
}
</style>