Shades of Medium Carmine #B93A35
Tints of Medium Carmine #B93A35
RGB
CMYK
RGB Variations
Color information
#B93A35 (or 0xB93A35) is known color: Medium Carmine. HEX triplet: B9, 3A and 35. RGB value is (185,58,53). Sum of RGB (Red+Green+Blue) = 185+58+53=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A35 is #46C5CA. Grayscale: #5F5F5F. Windows color (decimal): -4638155 or 3488441. OLE color: 3488441.
HSL color Cylindrical-coordinate representation of color #B93A35: hue angle of 2.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93A35 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 53 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.27 |
| HSL | 2.27º | 0.55% | 0.47% | - |
| HSV(B) | 2.27º | 0.71% | 0.73% | - |
| XYZ | 22.16 | 13.6 | 4.82 | - |
| YUV | 95.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 53 | 0 | 0.69 | 0.71 | 0.27 | 2.27 | 0.55 | 0.47 |
| Hex | B9 | 3A | 35 | 0 | 45 | 47 | 1B | 2 | 37 | 2F |
| Octal | 271 | 72 | 65 | 0 | 105 | 107 | 33 | 2 | 67 | 57 |
| Binary | 10111001 | 111010 | 110101 | 0 | 1000101 | 1000111 | 11011 | 10 | 110111 | 101111 |
Color Harmonies of #B93A35
Complementary color
Monochromatic Colors of #B93A35
Black with #B93A35
Text Example
Text Example
White with #B93A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A35; }
p { color: rgb(185,58,53); }
H1.HeaderClassName
{
color: #B93A35;
}
.AnyTagClassName
{
color: #B93A35;
}
</style>
background-color css
<style>
a { background-color: #B93A35; }
a { background-color: rgb(185,58,53); }
div.DivClassName
{
background-color: #B93A35;
}
.BgClassName
{
background-color: #B93A35;
}
</style>
border-color css
<style>
span { border-color: #B93A35; }
span { border-color: rgb(185,58,53); }
td.TdClassName
{
border-color: #B93A35;
}
.TagClassName
{
border-color: #B93A35;
}
</style>