Shades of Medium Carmine #B03A28
Tints of Medium Carmine #B03A28
RGB
CMYK
RGB Variations
Color information
#B03A28 (or 0xB03A28) is known color: Medium Carmine. HEX triplet: B0, 3A and 28. RGB value is (176,58,40). Sum of RGB (Red+Green+Blue) = 176+58+40=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03A28 is #4FC5D7. Grayscale: #5B5B5B. Windows color (decimal): -5227992 or 2636464. OLE color: 2636464.
HSL color Cylindrical-coordinate representation of color #B03A28: hue angle of 7.94º 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 #B03A28 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 40 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.31 |
| HSL | 7.94º | 0.63% | 0.42% | - |
| HSV(B) | 7.94º | 0.77% | 0.69% | - |
| XYZ | 19.8 | 12.41 | 3.36 | - |
| YUV | 91.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 40 | 0 | 0.67 | 0.77 | 0.31 | 7.94 | 0.63 | 0.42 |
| Hex | B0 | 3A | 28 | 0 | 43 | 4D | 1F | 8 | 3F | 2A |
| Octal | 260 | 72 | 50 | 0 | 103 | 115 | 37 | 10 | 77 | 52 |
| Binary | 10110000 | 111010 | 101000 | 0 | 1000011 | 1001101 | 11111 | 1000 | 111111 | 101010 |
Color Harmonies of #B03A28
Complementary color
Monochromatic Colors of #B03A28
Black with #B03A28
Text Example
Text Example
White with #B03A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A28; }
p { color: rgb(176,58,40); }
H1.HeaderClassName
{
color: #B03A28;
}
.AnyTagClassName
{
color: #B03A28;
}
</style>
background-color css
<style>
a { background-color: #B03A28; }
a { background-color: rgb(176,58,40); }
div.DivClassName
{
background-color: #B03A28;
}
.BgClassName
{
background-color: #B03A28;
}
</style>
border-color css
<style>
span { border-color: #B03A28; }
span { border-color: rgb(176,58,40); }
td.TdClassName
{
border-color: #B03A28;
}
.TagClassName
{
border-color: #B03A28;
}
</style>