Shades of Medium Carmine #B93726
Tints of Medium Carmine #B93726
RGB
CMYK
RGB Variations
Color information
#B93726 (or 0xB93726) is known color: Medium Carmine. HEX triplet: B9, 37 and 26. RGB value is (185,55,38). Sum of RGB (Red+Green+Blue) = 185+55+38=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B93726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93726 is #46C8D9. Grayscale: #5C5C5C. Windows color (decimal): -4638938 or 2504633. OLE color: 2504633.
HSL color Cylindrical-coordinate representation of color #B93726: hue angle of 6.94º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B93726 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 38 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.27 |
| HSL | 6.94º | 0.66% | 0.44% | - |
| HSV(B) | 6.94º | 0.79% | 0.73% | - |
| XYZ | 21.72 | 13.19 | 3.23 | - |
| YUV | 91.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 38 | 0 | 0.70 | 0.79 | 0.27 | 6.94 | 0.66 | 0.44 |
| Hex | B9 | 37 | 26 | 0 | 46 | 4F | 1B | 7 | 42 | 2C |
| Octal | 271 | 67 | 46 | 0 | 106 | 117 | 33 | 7 | 102 | 54 |
| Binary | 10111001 | 110111 | 100110 | 0 | 1000110 | 1001111 | 11011 | 111 | 1000010 | 101100 |
Color Harmonies of #B93726
Complementary color
Monochromatic Colors of #B93726
Black with #B93726
Text Example
Text Example
White with #B93726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93726; }
p { color: rgb(185,55,38); }
H1.HeaderClassName
{
color: #B93726;
}
.AnyTagClassName
{
color: #B93726;
}
</style>
background-color css
<style>
a { background-color: #B93726; }
a { background-color: rgb(185,55,38); }
div.DivClassName
{
background-color: #B93726;
}
.BgClassName
{
background-color: #B93726;
}
</style>
border-color css
<style>
span { border-color: #B93726; }
span { border-color: rgb(185,55,38); }
td.TdClassName
{
border-color: #B93726;
}
.TagClassName
{
border-color: #B93726;
}
</style>