Shades of Medium Carmine #B94135
Tints of Medium Carmine #B94135
RGB
CMYK
RGB Variations
Color information
#B94135 (or 0xB94135) is known color: Medium Carmine. HEX triplet: B9, 41 and 35. RGB value is (185,65,53). Sum of RGB (Red+Green+Blue) = 185+65+53=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B94135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94135 is #46BECA. Grayscale: #636363. Windows color (decimal): -4636363 or 3490233. OLE color: 3490233.
HSL color Cylindrical-coordinate representation of color #B94135: hue angle of 5.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B94135 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 53 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.27 |
| HSL | 5.45º | 0.55% | 0.47% | - |
| HSV(B) | 5.45º | 0.71% | 0.73% | - |
| XYZ | 22.54 | 14.35 | 4.95 | - |
| YUV | 99.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 53 | 0 | 0.65 | 0.71 | 0.27 | 5.45 | 0.55 | 0.47 |
| Hex | B9 | 41 | 35 | 0 | 41 | 47 | 1B | 5 | 37 | 2F |
| Octal | 271 | 101 | 65 | 0 | 101 | 107 | 33 | 5 | 67 | 57 |
| Binary | 10111001 | 1000001 | 110101 | 0 | 1000001 | 1000111 | 11011 | 101 | 110111 | 101111 |
Color Harmonies of #B94135
Complementary color
Monochromatic Colors of #B94135
Black with #B94135
Text Example
Text Example
White with #B94135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94135; }
p { color: rgb(185,65,53); }
H1.HeaderClassName
{
color: #B94135;
}
.AnyTagClassName
{
color: #B94135;
}
</style>
background-color css
<style>
a { background-color: #B94135; }
a { background-color: rgb(185,65,53); }
div.DivClassName
{
background-color: #B94135;
}
.BgClassName
{
background-color: #B94135;
}
</style>
border-color css
<style>
span { border-color: #B94135; }
span { border-color: rgb(185,65,53); }
td.TdClassName
{
border-color: #B94135;
}
.TagClassName
{
border-color: #B94135;
}
</style>