Shades of Medium Carmine #B93535
Tints of Medium Carmine #B93535
RGB
CMYK
RGB Variations
Color information
#B93535 (or 0xB93535) is known color: Medium Carmine. HEX triplet: B9, 35 and 35. RGB value is (185,53,53). Sum of RGB (Red+Green+Blue) = 185+53+53=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93535 is #46CACA. Grayscale: #5C5C5C. Windows color (decimal): -4639435 or 3487161. OLE color: 3487161.
HSL color Cylindrical-coordinate representation of color #B93535: hue angle of 0º 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 #B93535 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 53 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.27 |
| HSL | 0º | 0.55% | 0.47% | - |
| HSV(B) | 0º | 0.71% | 0.73% | - |
| XYZ | 21.92 | 13.12 | 4.74 | - |
| YUV | 92.47 | 105.73 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 53 | 0 | 0.71 | 0.71 | 0.27 | 0 | 0.55 | 0.47 |
| Hex | B9 | 35 | 35 | 0 | 47 | 47 | 1B | 0 | 37 | 2F |
| Octal | 271 | 65 | 65 | 0 | 107 | 107 | 33 | 0 | 67 | 57 |
| Binary | 10111001 | 110101 | 110101 | 0 | 1000111 | 1000111 | 11011 | 0 | 110111 | 101111 |
Color Harmonies of #B93535
Complementary color
Monochromatic Colors of #B93535
Black with #B93535
Text Example
Text Example
White with #B93535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93535; }
p { color: rgb(185,53,53); }
H1.HeaderClassName
{
color: #B93535;
}
.AnyTagClassName
{
color: #B93535;
}
</style>
background-color css
<style>
a { background-color: #B93535; }
a { background-color: rgb(185,53,53); }
div.DivClassName
{
background-color: #B93535;
}
.BgClassName
{
background-color: #B93535;
}
</style>
border-color css
<style>
span { border-color: #B93535; }
span { border-color: rgb(185,53,53); }
td.TdClassName
{
border-color: #B93535;
}
.TagClassName
{
border-color: #B93535;
}
</style>