Shades of Medium Carmine #B04435
Tints of Medium Carmine #B04435
RGB
CMYK
RGB Variations
Color information
#B04435 (or 0xB04435) is known color: Medium Carmine. HEX triplet: B0, 44 and 35. RGB value is (176,68,53). Sum of RGB (Red+Green+Blue) = 176+68+53=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B04435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04435 is #4FBBCA. Grayscale: #626262. Windows color (decimal): -5225419 or 3490992. OLE color: 3490992.
HSL color Cylindrical-coordinate representation of color #B04435: hue angle of 7.32º 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 #B04435 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 53 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.31 |
| HSL | 7.32º | 0.54% | 0.45% | - |
| HSV(B) | 7.32º | 0.7% | 0.69% | - |
| XYZ | 20.61 | 13.62 | 4.91 | - |
| YUV | 98.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 53 | 0 | 0.61 | 0.70 | 0.31 | 7.32 | 0.54 | 0.45 |
| Hex | B0 | 44 | 35 | 0 | 3D | 46 | 1F | 7 | 36 | 2D |
| Octal | 260 | 104 | 65 | 0 | 75 | 106 | 37 | 7 | 66 | 55 |
| Binary | 10110000 | 1000100 | 110101 | 0 | 111101 | 1000110 | 11111 | 111 | 110110 | 101101 |
Color Harmonies of #B04435
Complementary color
Monochromatic Colors of #B04435
Black with #B04435
Text Example
Text Example
White with #B04435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04435; }
p { color: rgb(176,68,53); }
H1.HeaderClassName
{
color: #B04435;
}
.AnyTagClassName
{
color: #B04435;
}
</style>
background-color css
<style>
a { background-color: #B04435; }
a { background-color: rgb(176,68,53); }
div.DivClassName
{
background-color: #B04435;
}
.BgClassName
{
background-color: #B04435;
}
</style>
border-color css
<style>
span { border-color: #B04435; }
span { border-color: rgb(176,68,53); }
td.TdClassName
{
border-color: #B04435;
}
.TagClassName
{
border-color: #B04435;
}
</style>