Shades of Medium Carmine #B04232
Tints of Medium Carmine #B04232
RGB
CMYK
RGB Variations
Color information
#B04232 (or 0xB04232) is known color: Medium Carmine. HEX triplet: B0, 42 and 32. RGB value is (176,66,50). Sum of RGB (Red+Green+Blue) = 176+66+50=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B04232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04232 is #4FBDCD. Grayscale: #616161. Windows color (decimal): -5225934 or 3293872. OLE color: 3293872.
HSL color Cylindrical-coordinate representation of color #B04232: hue angle of 7.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04232 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 50 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.31 |
| HSL | 7.62º | 0.56% | 0.44% | - |
| HSV(B) | 7.62º | 0.72% | 0.69% | - |
| XYZ | 20.43 | 13.36 | 4.52 | - |
| YUV | 97.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 50 | 0 | 0.62 | 0.72 | 0.31 | 7.62 | 0.56 | 0.44 |
| Hex | B0 | 42 | 32 | 0 | 3E | 48 | 1F | 8 | 38 | 2C |
| Octal | 260 | 102 | 62 | 0 | 76 | 110 | 37 | 10 | 70 | 54 |
| Binary | 10110000 | 1000010 | 110010 | 0 | 111110 | 1001000 | 11111 | 1000 | 111000 | 101100 |
Color Harmonies of #B04232
Complementary color
Monochromatic Colors of #B04232
Black with #B04232
Text Example
Text Example
White with #B04232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04232; }
p { color: rgb(176,66,50); }
H1.HeaderClassName
{
color: #B04232;
}
.AnyTagClassName
{
color: #B04232;
}
</style>
background-color css
<style>
a { background-color: #B04232; }
a { background-color: rgb(176,66,50); }
div.DivClassName
{
background-color: #B04232;
}
.BgClassName
{
background-color: #B04232;
}
</style>
border-color css
<style>
span { border-color: #B04232; }
span { border-color: rgb(176,66,50); }
td.TdClassName
{
border-color: #B04232;
}
.TagClassName
{
border-color: #B04232;
}
</style>