Shades of Medium Carmine #B94534
Tints of Medium Carmine #B94534
RGB
CMYK
RGB Variations
Color information
#B94534 (or 0xB94534) is known color: Medium Carmine. HEX triplet: B9, 45 and 34. RGB value is (185,69,52). Sum of RGB (Red+Green+Blue) = 185+69+52=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94534 is #46BACB. Grayscale: #656565. Windows color (decimal): -4635340 or 3425721. OLE color: 3425721.
HSL color Cylindrical-coordinate representation of color #B94534: hue angle of 7.67º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B94534 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 52 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.27 |
| HSL | 7.67º | 0.56% | 0.46% | - |
| HSV(B) | 7.67º | 0.72% | 0.73% | - |
| XYZ | 22.76 | 14.82 | 4.91 | - |
| YUV | 101.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 52 | 0 | 0.63 | 0.72 | 0.27 | 7.67 | 0.56 | 0.46 |
| Hex | B9 | 45 | 34 | 0 | 3F | 48 | 1B | 8 | 38 | 2E |
| Octal | 271 | 105 | 64 | 0 | 77 | 110 | 33 | 10 | 70 | 56 |
| Binary | 10111001 | 1000101 | 110100 | 0 | 111111 | 1001000 | 11011 | 1000 | 111000 | 101110 |
Color Harmonies of #B94534
Complementary color
Monochromatic Colors of #B94534
Black with #B94534
Text Example
Text Example
White with #B94534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94534; }
p { color: rgb(185,69,52); }
H1.HeaderClassName
{
color: #B94534;
}
.AnyTagClassName
{
color: #B94534;
}
</style>
background-color css
<style>
a { background-color: #B94534; }
a { background-color: rgb(185,69,52); }
div.DivClassName
{
background-color: #B94534;
}
.BgClassName
{
background-color: #B94534;
}
</style>
border-color css
<style>
span { border-color: #B94534; }
span { border-color: rgb(185,69,52); }
td.TdClassName
{
border-color: #B94534;
}
.TagClassName
{
border-color: #B94534;
}
</style>