Shades of Medium Carmine #B93C24
Tints of Medium Carmine #B93C24
RGB
CMYK
RGB Variations
Color information
#B93C24 (or 0xB93C24) is known color: Medium Carmine. HEX triplet: B9, 3C and 24. RGB value is (185,60,36). Sum of RGB (Red+Green+Blue) = 185+60+36=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C24 is #46C3DB. Grayscale: #5E5E5E. Windows color (decimal): -4637660 or 2374841. OLE color: 2374841.
HSL color Cylindrical-coordinate representation of color #B93C24: hue angle of 9.66º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B93C24 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 36 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.27 |
| HSL | 9.66º | 0.67% | 0.43% | - |
| HSV(B) | 9.66º | 0.81% | 0.73% | - |
| XYZ | 21.94 | 13.67 | 3.15 | - |
| YUV | 94.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 36 | 0 | 0.68 | 0.81 | 0.27 | 9.66 | 0.67 | 0.43 |
| Hex | B9 | 3C | 24 | 0 | 44 | 51 | 1B | A | 43 | 2B |
| Octal | 271 | 74 | 44 | 0 | 104 | 121 | 33 | 12 | 103 | 53 |
| Binary | 10111001 | 111100 | 100100 | 0 | 1000100 | 1010001 | 11011 | 1010 | 1000011 | 101011 |
Color Harmonies of #B93C24
Complementary color
Monochromatic Colors of #B93C24
Black with #B93C24
Text Example
Text Example
White with #B93C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C24; }
p { color: rgb(185,60,36); }
H1.HeaderClassName
{
color: #B93C24;
}
.AnyTagClassName
{
color: #B93C24;
}
</style>
background-color css
<style>
a { background-color: #B93C24; }
a { background-color: rgb(185,60,36); }
div.DivClassName
{
background-color: #B93C24;
}
.BgClassName
{
background-color: #B93C24;
}
</style>
border-color css
<style>
span { border-color: #B93C24; }
span { border-color: rgb(185,60,36); }
td.TdClassName
{
border-color: #B93C24;
}
.TagClassName
{
border-color: #B93C24;
}
</style>