Shades of Medium Carmine #B03F28
Tints of Medium Carmine #B03F28
RGB
CMYK
RGB Variations
Color information
#B03F28 (or 0xB03F28) is known color: Medium Carmine. HEX triplet: B0, 3F and 28. RGB value is (176,63,40). Sum of RGB (Red+Green+Blue) = 176+63+40=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F28 is #4FC0D7. Grayscale: #5E5E5E. Windows color (decimal): -5226712 or 2637744. OLE color: 2637744.
HSL color Cylindrical-coordinate representation of color #B03F28: hue angle of 10.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03F28 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 40 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.31 |
| HSL | 10.15º | 0.63% | 0.42% | - |
| HSV(B) | 10.15º | 0.77% | 0.69% | - |
| XYZ | 20.07 | 12.94 | 3.45 | - |
| YUV | 94.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 40 | 0 | 0.64 | 0.77 | 0.31 | 10.15 | 0.63 | 0.42 |
| Hex | B0 | 3F | 28 | 0 | 40 | 4D | 1F | A | 3F | 2A |
| Octal | 260 | 77 | 50 | 0 | 100 | 115 | 37 | 12 | 77 | 52 |
| Binary | 10110000 | 111111 | 101000 | 0 | 1000000 | 1001101 | 11111 | 1010 | 111111 | 101010 |
Color Harmonies of #B03F28
Complementary color
Monochromatic Colors of #B03F28
Black with #B03F28
Text Example
Text Example
White with #B03F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F28; }
p { color: rgb(176,63,40); }
H1.HeaderClassName
{
color: #B03F28;
}
.AnyTagClassName
{
color: #B03F28;
}
</style>
background-color css
<style>
a { background-color: #B03F28; }
a { background-color: rgb(176,63,40); }
div.DivClassName
{
background-color: #B03F28;
}
.BgClassName
{
background-color: #B03F28;
}
</style>
border-color css
<style>
span { border-color: #B03F28; }
span { border-color: rgb(176,63,40); }
td.TdClassName
{
border-color: #B03F28;
}
.TagClassName
{
border-color: #B03F28;
}
</style>