Shades of Medium Carmine #B0432B
Tints of Medium Carmine #B0432B
RGB
CMYK
RGB Variations
Color information
#B0432B (or 0xB0432B) is known color: Medium Carmine. HEX triplet: B0, 43 and 2B. RGB value is (176,67,43). Sum of RGB (Red+Green+Blue) = 176+67+43=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0432B is #4FBCD4. Grayscale: #616161. Windows color (decimal): -5225685 or 2835376. OLE color: 2835376.
HSL color Cylindrical-coordinate representation of color #B0432B: hue angle of 10.83º 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 #B0432B is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 43 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.31 |
| HSL | 10.83º | 0.61% | 0.43% | - |
| HSV(B) | 10.83º | 0.76% | 0.69% | - |
| XYZ | 20.35 | 13.42 | 3.8 | - |
| YUV | 96.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 43 | 0 | 0.62 | 0.76 | 0.31 | 10.83 | 0.61 | 0.43 |
| Hex | B0 | 43 | 2B | 0 | 3E | 4C | 1F | B | 3D | 2B |
| Octal | 260 | 103 | 53 | 0 | 76 | 114 | 37 | 13 | 75 | 53 |
| Binary | 10110000 | 1000011 | 101011 | 0 | 111110 | 1001100 | 11111 | 1011 | 111101 | 101011 |
Color Harmonies of #B0432B
Complementary color
Monochromatic Colors of #B0432B
Black with #B0432B
Text Example
Text Example
White with #B0432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0432B; }
p { color: rgb(176,67,43); }
H1.HeaderClassName
{
color: #B0432B;
}
.AnyTagClassName
{
color: #B0432B;
}
</style>
background-color css
<style>
a { background-color: #B0432B; }
a { background-color: rgb(176,67,43); }
div.DivClassName
{
background-color: #B0432B;
}
.BgClassName
{
background-color: #B0432B;
}
</style>
border-color css
<style>
span { border-color: #B0432B; }
span { border-color: rgb(176,67,43); }
td.TdClassName
{
border-color: #B0432B;
}
.TagClassName
{
border-color: #B0432B;
}
</style>