Shades of Medium Carmine #B93525
Tints of Medium Carmine #B93525
RGB
CMYK
RGB Variations
Color information
#B93525 (or 0xB93525) is known color: Medium Carmine. HEX triplet: B9, 35 and 25. RGB value is (185,53,37). Sum of RGB (Red+Green+Blue) = 185+53+37=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B93525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93525 is #46CADA. Grayscale: #5A5A5A. Windows color (decimal): -4639451 or 2438585. OLE color: 2438585.
HSL color Cylindrical-coordinate representation of color #B93525: hue angle of 6.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B93525 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 37 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.27 |
| HSL | 6.49º | 0.67% | 0.44% | - |
| HSV(B) | 6.49º | 0.8% | 0.73% | - |
| XYZ | 21.61 | 12.99 | 3.12 | - |
| YUV | 90.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 37 | 0 | 0.71 | 0.80 | 0.27 | 6.49 | 0.67 | 0.44 |
| Hex | B9 | 35 | 25 | 0 | 47 | 50 | 1B | 6 | 43 | 2C |
| Octal | 271 | 65 | 45 | 0 | 107 | 120 | 33 | 6 | 103 | 54 |
| Binary | 10111001 | 110101 | 100101 | 0 | 1000111 | 1010000 | 11011 | 110 | 1000011 | 101100 |
Color Harmonies of #B93525
Complementary color
Monochromatic Colors of #B93525
Black with #B93525
Text Example
Text Example
White with #B93525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93525; }
p { color: rgb(185,53,37); }
H1.HeaderClassName
{
color: #B93525;
}
.AnyTagClassName
{
color: #B93525;
}
</style>
background-color css
<style>
a { background-color: #B93525; }
a { background-color: rgb(185,53,37); }
div.DivClassName
{
background-color: #B93525;
}
.BgClassName
{
background-color: #B93525;
}
</style>
border-color css
<style>
span { border-color: #B93525; }
span { border-color: rgb(185,53,37); }
td.TdClassName
{
border-color: #B93525;
}
.TagClassName
{
border-color: #B93525;
}
</style>