Shades of Medium Carmine #B93530
Tints of Medium Carmine #B93530
RGB
CMYK
RGB Variations
Color information
#B93530 (or 0xB93530) is known color: Medium Carmine. HEX triplet: B9, 35 and 30. RGB value is (185,53,48). Sum of RGB (Red+Green+Blue) = 185+53+48=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B93530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93530 is #46CACF. Grayscale: #5C5C5C. Windows color (decimal): -4639440 or 3159481. OLE color: 3159481.
HSL color Cylindrical-coordinate representation of color #B93530: hue angle of 2.19º 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 #B93530 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 48 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.27 |
| HSL | 2.19º | 0.59% | 0.46% | - |
| HSV(B) | 2.19º | 0.74% | 0.73% | - |
| XYZ | 21.81 | 13.07 | 4.17 | - |
| YUV | 91.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 48 | 0 | 0.71 | 0.74 | 0.27 | 2.19 | 0.59 | 0.46 |
| Hex | B9 | 35 | 30 | 0 | 47 | 4A | 1B | 2 | 3B | 2E |
| Octal | 271 | 65 | 60 | 0 | 107 | 112 | 33 | 2 | 73 | 56 |
| Binary | 10111001 | 110101 | 110000 | 0 | 1000111 | 1001010 | 11011 | 10 | 111011 | 101110 |
Color Harmonies of #B93530
Complementary color
Monochromatic Colors of #B93530
Black with #B93530
Text Example
Text Example
White with #B93530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93530; }
p { color: rgb(185,53,48); }
H1.HeaderClassName
{
color: #B93530;
}
.AnyTagClassName
{
color: #B93530;
}
</style>
background-color css
<style>
a { background-color: #B93530; }
a { background-color: rgb(185,53,48); }
div.DivClassName
{
background-color: #B93530;
}
.BgClassName
{
background-color: #B93530;
}
</style>
border-color css
<style>
span { border-color: #B93530; }
span { border-color: rgb(185,53,48); }
td.TdClassName
{
border-color: #B93530;
}
.TagClassName
{
border-color: #B93530;
}
</style>