Shades of Medium Carmine #B94030
Tints of Medium Carmine #B94030
RGB
CMYK
RGB Variations
Color information
#B94030 (or 0xB94030) is known color: Medium Carmine. HEX triplet: B9, 40 and 30. RGB value is (185,64,48). Sum of RGB (Red+Green+Blue) = 185+64+48=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B94030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94030 is #46BFCF. Grayscale: #626262. Windows color (decimal): -4636624 or 3162297. OLE color: 3162297.
HSL color Cylindrical-coordinate representation of color #B94030: hue angle of 7.01º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B94030 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 48 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.27 |
| HSL | 7.01º | 0.59% | 0.46% | - |
| HSV(B) | 7.01º | 0.74% | 0.73% | - |
| XYZ | 22.37 | 14.19 | 4.36 | - |
| YUV | 98.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 48 | 0 | 0.65 | 0.74 | 0.27 | 7.01 | 0.59 | 0.46 |
| Hex | B9 | 40 | 30 | 0 | 41 | 4A | 1B | 7 | 3B | 2E |
| Octal | 271 | 100 | 60 | 0 | 101 | 112 | 33 | 7 | 73 | 56 |
| Binary | 10111001 | 1000000 | 110000 | 0 | 1000001 | 1001010 | 11011 | 111 | 111011 | 101110 |
Color Harmonies of #B94030
Complementary color
Monochromatic Colors of #B94030
Black with #B94030
Text Example
Text Example
White with #B94030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94030; }
p { color: rgb(185,64,48); }
H1.HeaderClassName
{
color: #B94030;
}
.AnyTagClassName
{
color: #B94030;
}
</style>
background-color css
<style>
a { background-color: #B94030; }
a { background-color: rgb(185,64,48); }
div.DivClassName
{
background-color: #B94030;
}
.BgClassName
{
background-color: #B94030;
}
</style>
border-color css
<style>
span { border-color: #B94030; }
span { border-color: rgb(185,64,48); }
td.TdClassName
{
border-color: #B94030;
}
.TagClassName
{
border-color: #B94030;
}
</style>