Shades of Medium Carmine #B04534
Tints of Medium Carmine #B04534
RGB
CMYK
RGB Variations
Color information
#B04534 (or 0xB04534) is known color: Medium Carmine. HEX triplet: B0, 45 and 34. RGB value is (176,69,52). Sum of RGB (Red+Green+Blue) = 176+69+52=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B04534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04534 is #4FBACB. Grayscale: #636363. Windows color (decimal): -5225164 or 3425712. OLE color: 3425712.
HSL color Cylindrical-coordinate representation of color #B04534: hue angle of 8.23º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04534 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 52 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.31 |
| HSL | 8.23º | 0.54% | 0.45% | - |
| HSV(B) | 8.23º | 0.7% | 0.69% | - |
| XYZ | 20.65 | 13.73 | 4.81 | - |
| YUV | 99.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 52 | 0 | 0.61 | 0.70 | 0.31 | 8.23 | 0.54 | 0.45 |
| Hex | B0 | 45 | 34 | 0 | 3D | 46 | 1F | 8 | 36 | 2D |
| Octal | 260 | 105 | 64 | 0 | 75 | 106 | 37 | 10 | 66 | 55 |
| Binary | 10110000 | 1000101 | 110100 | 0 | 111101 | 1000110 | 11111 | 1000 | 110110 | 101101 |
Color Harmonies of #B04534
Complementary color
Monochromatic Colors of #B04534
Black with #B04534
Text Example
Text Example
White with #B04534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04534; }
p { color: rgb(176,69,52); }
H1.HeaderClassName
{
color: #B04534;
}
.AnyTagClassName
{
color: #B04534;
}
</style>
background-color css
<style>
a { background-color: #B04534; }
a { background-color: rgb(176,69,52); }
div.DivClassName
{
background-color: #B04534;
}
.BgClassName
{
background-color: #B04534;
}
</style>
border-color css
<style>
span { border-color: #B04534; }
span { border-color: rgb(176,69,52); }
td.TdClassName
{
border-color: #B04534;
}
.TagClassName
{
border-color: #B04534;
}
</style>