Shades of Medium Carmine #B93F36
Tints of Medium Carmine #B93F36
RGB
CMYK
RGB Variations
Color information
#B93F36 (or 0xB93F36) is known color: Medium Carmine. HEX triplet: B9, 3F and 36. RGB value is (185,63,54). Sum of RGB (Red+Green+Blue) = 185+63+54=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F36 is #46C0C9. Grayscale: #626262. Windows color (decimal): -4636874 or 3555257. OLE color: 3555257.
HSL color Cylindrical-coordinate representation of color #B93F36: hue angle of 4.12º 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 #B93F36 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 54 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.27 |
| HSL | 4.12º | 0.55% | 0.47% | - |
| HSV(B) | 4.12º | 0.71% | 0.73% | - |
| XYZ | 22.45 | 14.14 | 5.04 | - |
| YUV | 98.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 54 | 0 | 0.66 | 0.71 | 0.27 | 4.12 | 0.55 | 0.47 |
| Hex | B9 | 3F | 36 | 0 | 42 | 47 | 1B | 4 | 37 | 2F |
| Octal | 271 | 77 | 66 | 0 | 102 | 107 | 33 | 4 | 67 | 57 |
| Binary | 10111001 | 111111 | 110110 | 0 | 1000010 | 1000111 | 11011 | 100 | 110111 | 101111 |
Color Harmonies of #B93F36
Complementary color
Monochromatic Colors of #B93F36
Black with #B93F36
Text Example
Text Example
White with #B93F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F36; }
p { color: rgb(185,63,54); }
H1.HeaderClassName
{
color: #B93F36;
}
.AnyTagClassName
{
color: #B93F36;
}
</style>
background-color css
<style>
a { background-color: #B93F36; }
a { background-color: rgb(185,63,54); }
div.DivClassName
{
background-color: #B93F36;
}
.BgClassName
{
background-color: #B93F36;
}
</style>
border-color css
<style>
span { border-color: #B93F36; }
span { border-color: rgb(185,63,54); }
td.TdClassName
{
border-color: #B93F36;
}
.TagClassName
{
border-color: #B93F36;
}
</style>