Shades of Medium Carmine #B03B2A
Tints of Medium Carmine #B03B2A
RGB
CMYK
RGB Variations
Color information
#B03B2A (or 0xB03B2A) is known color: Medium Carmine. HEX triplet: B0, 3B and 2A. RGB value is (176,59,42). Sum of RGB (Red+Green+Blue) = 176+59+42=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B2A is #4FC4D5. Grayscale: #5C5C5C. Windows color (decimal): -5227734 or 2767792. OLE color: 2767792.
HSL color Cylindrical-coordinate representation of color #B03B2A: hue angle of 7.61º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B03B2A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 42 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.31 |
| HSL | 7.61º | 0.61% | 0.43% | - |
| HSV(B) | 7.61º | 0.76% | 0.69% | - |
| XYZ | 19.89 | 12.53 | 3.56 | - |
| YUV | 92.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 42 | 0 | 0.66 | 0.76 | 0.31 | 7.61 | 0.61 | 0.43 |
| Hex | B0 | 3B | 2A | 0 | 42 | 4C | 1F | 8 | 3D | 2B |
| Octal | 260 | 73 | 52 | 0 | 102 | 114 | 37 | 10 | 75 | 53 |
| Binary | 10110000 | 111011 | 101010 | 0 | 1000010 | 1001100 | 11111 | 1000 | 111101 | 101011 |
Color Harmonies of #B03B2A
Complementary color
Monochromatic Colors of #B03B2A
Black with #B03B2A
Text Example
Text Example
White with #B03B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B2A; }
p { color: rgb(176,59,42); }
H1.HeaderClassName
{
color: #B03B2A;
}
.AnyTagClassName
{
color: #B03B2A;
}
</style>
background-color css
<style>
a { background-color: #B03B2A; }
a { background-color: rgb(176,59,42); }
div.DivClassName
{
background-color: #B03B2A;
}
.BgClassName
{
background-color: #B03B2A;
}
</style>
border-color css
<style>
span { border-color: #B03B2A; }
span { border-color: rgb(176,59,42); }
td.TdClassName
{
border-color: #B03B2A;
}
.TagClassName
{
border-color: #B03B2A;
}
</style>