Shades of Medium Carmine #B93528
Tints of Medium Carmine #B93528
RGB
CMYK
RGB Variations
Color information
#B93528 (or 0xB93528) is known color: Medium Carmine. HEX triplet: B9, 35 and 28. RGB value is (185,53,40). Sum of RGB (Red+Green+Blue) = 185+53+40=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B93528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93528 is #46CAD7. Grayscale: #5B5B5B. Windows color (decimal): -4639448 or 2635193. OLE color: 2635193.
HSL color Cylindrical-coordinate representation of color #B93528: hue angle of 5.38º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B93528 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 40 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.27 |
| HSL | 5.38º | 0.64% | 0.44% | - |
| HSV(B) | 5.38º | 0.78% | 0.73% | - |
| XYZ | 21.66 | 13.01 | 3.38 | - |
| YUV | 90.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 40 | 0 | 0.71 | 0.78 | 0.27 | 5.38 | 0.64 | 0.44 |
| Hex | B9 | 35 | 28 | 0 | 47 | 4E | 1B | 5 | 40 | 2C |
| Octal | 271 | 65 | 50 | 0 | 107 | 116 | 33 | 5 | 100 | 54 |
| Binary | 10111001 | 110101 | 101000 | 0 | 1000111 | 1001110 | 11011 | 101 | 1000000 | 101100 |
Color Harmonies of #B93528
Complementary color
Monochromatic Colors of #B93528
Black with #B93528
Text Example
Text Example
White with #B93528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93528; }
p { color: rgb(185,53,40); }
H1.HeaderClassName
{
color: #B93528;
}
.AnyTagClassName
{
color: #B93528;
}
</style>
background-color css
<style>
a { background-color: #B93528; }
a { background-color: rgb(185,53,40); }
div.DivClassName
{
background-color: #B93528;
}
.BgClassName
{
background-color: #B93528;
}
</style>
border-color css
<style>
span { border-color: #B93528; }
span { border-color: rgb(185,53,40); }
td.TdClassName
{
border-color: #B93528;
}
.TagClassName
{
border-color: #B93528;
}
</style>