Shades of Medium Carmine #B03A30
Tints of Medium Carmine #B03A30
RGB
CMYK
RGB Variations
Color information
#B03A30 (or 0xB03A30) is known color: Medium Carmine. HEX triplet: B0, 3A and 30. RGB value is (176,58,48). Sum of RGB (Red+Green+Blue) = 176+58+48=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A30 is #4FC5CF. Grayscale: #5C5C5C. Windows color (decimal): -5227984 or 3160752. OLE color: 3160752.
HSL color Cylindrical-coordinate representation of color #B03A30: hue angle of 4.69º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03A30 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 48 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.31 |
| HSL | 4.69º | 0.57% | 0.44% | - |
| HSV(B) | 4.69º | 0.73% | 0.69% | - |
| XYZ | 19.95 | 12.47 | 4.15 | - |
| YUV | 92.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 48 | 0 | 0.67 | 0.73 | 0.31 | 4.69 | 0.57 | 0.44 |
| Hex | B0 | 3A | 30 | 0 | 43 | 49 | 1F | 5 | 39 | 2C |
| Octal | 260 | 72 | 60 | 0 | 103 | 111 | 37 | 5 | 71 | 54 |
| Binary | 10110000 | 111010 | 110000 | 0 | 1000011 | 1001001 | 11111 | 101 | 111001 | 101100 |
Color Harmonies of #B03A30
Complementary color
Monochromatic Colors of #B03A30
Black with #B03A30
Text Example
Text Example
White with #B03A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A30; }
p { color: rgb(176,58,48); }
H1.HeaderClassName
{
color: #B03A30;
}
.AnyTagClassName
{
color: #B03A30;
}
</style>
background-color css
<style>
a { background-color: #B03A30; }
a { background-color: rgb(176,58,48); }
div.DivClassName
{
background-color: #B03A30;
}
.BgClassName
{
background-color: #B03A30;
}
</style>
border-color css
<style>
span { border-color: #B03A30; }
span { border-color: rgb(176,58,48); }
td.TdClassName
{
border-color: #B03A30;
}
.TagClassName
{
border-color: #B03A30;
}
</style>