Shades of Medium Carmine #B03935
Tints of Medium Carmine #B03935
RGB
CMYK
RGB Variations
Color information
#B03935 (or 0xB03935) is known color: Medium Carmine. HEX triplet: B0, 39 and 35. RGB value is (176,57,53). Sum of RGB (Red+Green+Blue) = 176+57+53=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B03935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03935 is #4FC6CA. Grayscale: #5C5C5C. Windows color (decimal): -5228235 or 3488176. OLE color: 3488176.
HSL color Cylindrical-coordinate representation of color #B03935: hue angle of 1.95º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03935 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 53 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.31 |
| HSL | 1.95º | 0.54% | 0.45% | - |
| HSV(B) | 1.95º | 0.7% | 0.69% | - |
| XYZ | 20.01 | 12.41 | 4.71 | - |
| YUV | 92.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 53 | 0 | 0.68 | 0.70 | 0.31 | 1.95 | 0.54 | 0.45 |
| Hex | B0 | 39 | 35 | 0 | 44 | 46 | 1F | 2 | 36 | 2D |
| Octal | 260 | 71 | 65 | 0 | 104 | 106 | 37 | 2 | 66 | 55 |
| Binary | 10110000 | 111001 | 110101 | 0 | 1000100 | 1000110 | 11111 | 10 | 110110 | 101101 |
Color Harmonies of #B03935
Complementary color
Monochromatic Colors of #B03935
Black with #B03935
Text Example
Text Example
White with #B03935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03935; }
p { color: rgb(176,57,53); }
H1.HeaderClassName
{
color: #B03935;
}
.AnyTagClassName
{
color: #B03935;
}
</style>
background-color css
<style>
a { background-color: #B03935; }
a { background-color: rgb(176,57,53); }
div.DivClassName
{
background-color: #B03935;
}
.BgClassName
{
background-color: #B03935;
}
</style>
border-color css
<style>
span { border-color: #B03935; }
span { border-color: rgb(176,57,53); }
td.TdClassName
{
border-color: #B03935;
}
.TagClassName
{
border-color: #B03935;
}
</style>