Shades of Medium Carmine #B93F32
Tints of Medium Carmine #B93F32
RGB
CMYK
RGB Variations
Color information
#B93F32 (or 0xB93F32) is known color: Medium Carmine. HEX triplet: B9, 3F and 32. RGB value is (185,63,50). Sum of RGB (Red+Green+Blue) = 185+63+50=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F32 is #46C0CD. Grayscale: #626262. Windows color (decimal): -4636878 or 3293113. OLE color: 3293113.
HSL color Cylindrical-coordinate representation of color #B93F32: hue angle of 5.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93F32 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 50 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.27 |
| HSL | 5.78º | 0.57% | 0.46% | - |
| HSV(B) | 5.78º | 0.73% | 0.73% | - |
| XYZ | 22.36 | 14.1 | 4.56 | - |
| YUV | 98 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 50 | 0 | 0.66 | 0.73 | 0.27 | 5.78 | 0.57 | 0.46 |
| Hex | B9 | 3F | 32 | 0 | 42 | 49 | 1B | 6 | 39 | 2E |
| Octal | 271 | 77 | 62 | 0 | 102 | 111 | 33 | 6 | 71 | 56 |
| Binary | 10111001 | 111111 | 110010 | 0 | 1000010 | 1001001 | 11011 | 110 | 111001 | 101110 |
Color Harmonies of #B93F32
Complementary color
Monochromatic Colors of #B93F32
Black with #B93F32
Text Example
Text Example
White with #B93F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F32; }
p { color: rgb(185,63,50); }
H1.HeaderClassName
{
color: #B93F32;
}
.AnyTagClassName
{
color: #B93F32;
}
</style>
background-color css
<style>
a { background-color: #B93F32; }
a { background-color: rgb(185,63,50); }
div.DivClassName
{
background-color: #B93F32;
}
.BgClassName
{
background-color: #B93F32;
}
</style>
border-color css
<style>
span { border-color: #B93F32; }
span { border-color: rgb(185,63,50); }
td.TdClassName
{
border-color: #B93F32;
}
.TagClassName
{
border-color: #B93F32;
}
</style>