Shades of Medium Carmine #B04442
Tints of Medium Carmine #B04442
RGB
CMYK
RGB Variations
Color information
#B04442 (or 0xB04442) is known color: Medium Carmine. HEX triplet: B0, 44 and 42. RGB value is (176,68,66). Sum of RGB (Red+Green+Blue) = 176+68+66=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B04442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04442 is #4FBBBD. Grayscale: #646464. Windows color (decimal): -5225406 or 4342960. OLE color: 4342960.
HSL color Cylindrical-coordinate representation of color #B04442: hue angle of 1.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04442 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 66 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.31 |
| HSL | 1.09º | 0.45% | 0.47% | - |
| HSV(B) | 1.09º | 0.63% | 0.69% | - |
| XYZ | 20.95 | 13.76 | 6.71 | - |
| YUV | 100.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 66 | 0 | 0.61 | 0.62 | 0.31 | 1.09 | 0.45 | 0.47 |
| Hex | B0 | 44 | 42 | 0 | 3D | 3E | 1F | 1 | 2D | 2F |
| Octal | 260 | 104 | 102 | 0 | 75 | 76 | 37 | 1 | 55 | 57 |
| Binary | 10110000 | 1000100 | 1000010 | 0 | 111101 | 111110 | 11111 | 1 | 101101 | 101111 |
Color Harmonies of #B04442
Complementary color
Monochromatic Colors of #B04442
Black with #B04442
Text Example
Text Example
White with #B04442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04442; }
p { color: rgb(176,68,66); }
H1.HeaderClassName
{
color: #B04442;
}
.AnyTagClassName
{
color: #B04442;
}
</style>
background-color css
<style>
a { background-color: #B04442; }
a { background-color: rgb(176,68,66); }
div.DivClassName
{
background-color: #B04442;
}
.BgClassName
{
background-color: #B04442;
}
</style>
border-color css
<style>
span { border-color: #B04442; }
span { border-color: rgb(176,68,66); }
td.TdClassName
{
border-color: #B04442;
}
.TagClassName
{
border-color: #B04442;
}
</style>