Shades of Medium Carmine #B03B33
Tints of Medium Carmine #B03B33
RGB
CMYK
RGB Variations
Color information
#B03B33 (or 0xB03B33) is known color: Medium Carmine. HEX triplet: B0, 3B and 33. RGB value is (176,59,51). Sum of RGB (Red+Green+Blue) = 176+59+51=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B33 is #4FC4CC. Grayscale: #5D5D5D. Windows color (decimal): -5227725 or 3357616. OLE color: 3357616.
HSL color Cylindrical-coordinate representation of color #B03B33: hue angle of 3.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03B33 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 51 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.31 |
| HSL | 3.84º | 0.55% | 0.45% | - |
| HSV(B) | 3.84º | 0.71% | 0.69% | - |
| XYZ | 20.07 | 12.6 | 4.51 | - |
| YUV | 93.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 51 | 0 | 0.66 | 0.71 | 0.31 | 3.84 | 0.55 | 0.45 |
| Hex | B0 | 3B | 33 | 0 | 42 | 47 | 1F | 4 | 37 | 2D |
| Octal | 260 | 73 | 63 | 0 | 102 | 107 | 37 | 4 | 67 | 55 |
| Binary | 10110000 | 111011 | 110011 | 0 | 1000010 | 1000111 | 11111 | 100 | 110111 | 101101 |
Color Harmonies of #B03B33
Complementary color
Monochromatic Colors of #B03B33
Black with #B03B33
Text Example
Text Example
White with #B03B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B33; }
p { color: rgb(176,59,51); }
H1.HeaderClassName
{
color: #B03B33;
}
.AnyTagClassName
{
color: #B03B33;
}
</style>
background-color css
<style>
a { background-color: #B03B33; }
a { background-color: rgb(176,59,51); }
div.DivClassName
{
background-color: #B03B33;
}
.BgClassName
{
background-color: #B03B33;
}
</style>
border-color css
<style>
span { border-color: #B03B33; }
span { border-color: rgb(176,59,51); }
td.TdClassName
{
border-color: #B03B33;
}
.TagClassName
{
border-color: #B03B33;
}
</style>