Shades of Medium Carmine #B04341
Tints of Medium Carmine #B04341
RGB
CMYK
RGB Variations
Color information
#B04341 (or 0xB04341) is known color: Medium Carmine. HEX triplet: B0, 43 and 41. RGB value is (176,67,65). Sum of RGB (Red+Green+Blue) = 176+67+65=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B04341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04341 is #4FBCBE. Grayscale: #636363. Windows color (decimal): -5225663 or 4277168. OLE color: 4277168.
HSL color Cylindrical-coordinate representation of color #B04341: hue angle of 1.08º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04341 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 65 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.31 |
| HSL | 1.08º | 0.46% | 0.47% | - |
| HSV(B) | 1.08º | 0.63% | 0.69% | - |
| XYZ | 20.87 | 13.63 | 6.53 | - |
| YUV | 99.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 65 | 0 | 0.62 | 0.63 | 0.31 | 1.08 | 0.46 | 0.47 |
| Hex | B0 | 43 | 41 | 0 | 3E | 3F | 1F | 1 | 2E | 2F |
| Octal | 260 | 103 | 101 | 0 | 76 | 77 | 37 | 1 | 56 | 57 |
| Binary | 10110000 | 1000011 | 1000001 | 0 | 111110 | 111111 | 11111 | 1 | 101110 | 101111 |
Color Harmonies of #B04341
Complementary color
Monochromatic Colors of #B04341
Black with #B04341
Text Example
Text Example
White with #B04341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04341; }
p { color: rgb(176,67,65); }
H1.HeaderClassName
{
color: #B04341;
}
.AnyTagClassName
{
color: #B04341;
}
</style>
background-color css
<style>
a { background-color: #B04341; }
a { background-color: rgb(176,67,65); }
div.DivClassName
{
background-color: #B04341;
}
.BgClassName
{
background-color: #B04341;
}
</style>
border-color css
<style>
span { border-color: #B04341; }
span { border-color: rgb(176,67,65); }
td.TdClassName
{
border-color: #B04341;
}
.TagClassName
{
border-color: #B04341;
}
</style>