Shades of Medium Carmine #B93F34
Tints of Medium Carmine #B93F34
RGB
CMYK
RGB Variations
Color information
#B93F34 (or 0xB93F34) is known color: Medium Carmine. HEX triplet: B9, 3F and 34. RGB value is (185,63,52). Sum of RGB (Red+Green+Blue) = 185+63+52=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F34 is #46C0CB. Grayscale: #626262. Windows color (decimal): -4636876 or 3424185. OLE color: 3424185.
HSL color Cylindrical-coordinate representation of color #B93F34: hue angle of 4.96º 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 #B93F34 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 52 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.27 |
| HSL | 4.96º | 0.56% | 0.46% | - |
| HSV(B) | 4.96º | 0.72% | 0.73% | - |
| XYZ | 22.4 | 14.12 | 4.79 | - |
| YUV | 98.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 52 | 0 | 0.66 | 0.72 | 0.27 | 4.96 | 0.56 | 0.46 |
| Hex | B9 | 3F | 34 | 0 | 42 | 48 | 1B | 5 | 38 | 2E |
| Octal | 271 | 77 | 64 | 0 | 102 | 110 | 33 | 5 | 70 | 56 |
| Binary | 10111001 | 111111 | 110100 | 0 | 1000010 | 1001000 | 11011 | 101 | 111000 | 101110 |
Color Harmonies of #B93F34
Complementary color
Monochromatic Colors of #B93F34
Black with #B93F34
Text Example
Text Example
White with #B93F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F34; }
p { color: rgb(185,63,52); }
H1.HeaderClassName
{
color: #B93F34;
}
.AnyTagClassName
{
color: #B93F34;
}
</style>
background-color css
<style>
a { background-color: #B93F34; }
a { background-color: rgb(185,63,52); }
div.DivClassName
{
background-color: #B93F34;
}
.BgClassName
{
background-color: #B93F34;
}
</style>
border-color css
<style>
span { border-color: #B93F34; }
span { border-color: rgb(185,63,52); }
td.TdClassName
{
border-color: #B93F34;
}
.TagClassName
{
border-color: #B93F34;
}
</style>