Shades of Medium Carmine #B03F24
Tints of Medium Carmine #B03F24
RGB
CMYK
RGB Variations
Color information
#B03F24 (or 0xB03F24) is known color: Medium Carmine. HEX triplet: B0, 3F and 24. RGB value is (176,63,36). Sum of RGB (Red+Green+Blue) = 176+63+36=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03F24 is #4FC0DB. Grayscale: #5D5D5D. Windows color (decimal): -5226716 or 2375600. OLE color: 2375600.
HSL color Cylindrical-coordinate representation of color #B03F24: hue angle of 11.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B03F24 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 36 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.31 |
| HSL | 11.57º | 0.66% | 0.42% | - |
| HSV(B) | 11.57º | 0.8% | 0.69% | - |
| XYZ | 20 | 12.91 | 3.11 | - |
| YUV | 93.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 36 | 0 | 0.64 | 0.80 | 0.31 | 11.57 | 0.66 | 0.42 |
| Hex | B0 | 3F | 24 | 0 | 40 | 50 | 1F | C | 42 | 2A |
| Octal | 260 | 77 | 44 | 0 | 100 | 120 | 37 | 14 | 102 | 52 |
| Binary | 10110000 | 111111 | 100100 | 0 | 1000000 | 1010000 | 11111 | 1100 | 1000010 | 101010 |
Color Harmonies of #B03F24
Complementary color
Monochromatic Colors of #B03F24
Black with #B03F24
Text Example
Text Example
White with #B03F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F24; }
p { color: rgb(176,63,36); }
H1.HeaderClassName
{
color: #B03F24;
}
.AnyTagClassName
{
color: #B03F24;
}
</style>
background-color css
<style>
a { background-color: #B03F24; }
a { background-color: rgb(176,63,36); }
div.DivClassName
{
background-color: #B03F24;
}
.BgClassName
{
background-color: #B03F24;
}
</style>
border-color css
<style>
span { border-color: #B03F24; }
span { border-color: rgb(176,63,36); }
td.TdClassName
{
border-color: #B03F24;
}
.TagClassName
{
border-color: #B03F24;
}
</style>