Shades of Medium Carmine #B03528
Tints of Medium Carmine #B03528
RGB
CMYK
RGB Variations
Color information
#B03528 (or 0xB03528) is known color: Medium Carmine. HEX triplet: B0, 35 and 28. RGB value is (176,53,40). Sum of RGB (Red+Green+Blue) = 176+53+40=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B03528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03528 is #4FCAD7. Grayscale: #585858. Windows color (decimal): -5229272 or 2635184. OLE color: 2635184.
HSL color Cylindrical-coordinate representation of color #B03528: hue angle of 5.74º 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 #B03528 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 40 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.31 |
| HSL | 5.74º | 0.63% | 0.42% | - |
| HSV(B) | 5.74º | 0.77% | 0.69% | - |
| XYZ | 19.56 | 11.93 | 3.28 | - |
| YUV | 88.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 40 | 0 | 0.70 | 0.77 | 0.31 | 5.74 | 0.63 | 0.42 |
| Hex | B0 | 35 | 28 | 0 | 46 | 4D | 1F | 6 | 3F | 2A |
| Octal | 260 | 65 | 50 | 0 | 106 | 115 | 37 | 6 | 77 | 52 |
| Binary | 10110000 | 110101 | 101000 | 0 | 1000110 | 1001101 | 11111 | 110 | 111111 | 101010 |
Color Harmonies of #B03528
Complementary color
Monochromatic Colors of #B03528
Black with #B03528
Text Example
Text Example
White with #B03528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03528; }
p { color: rgb(176,53,40); }
H1.HeaderClassName
{
color: #B03528;
}
.AnyTagClassName
{
color: #B03528;
}
</style>
background-color css
<style>
a { background-color: #B03528; }
a { background-color: rgb(176,53,40); }
div.DivClassName
{
background-color: #B03528;
}
.BgClassName
{
background-color: #B03528;
}
</style>
border-color css
<style>
span { border-color: #B03528; }
span { border-color: rgb(176,53,40); }
td.TdClassName
{
border-color: #B03528;
}
.TagClassName
{
border-color: #B03528;
}
</style>