Shades of Medium Carmine #B93A2A
Tints of Medium Carmine #B93A2A
RGB
CMYK
RGB Variations
Color information
#B93A2A (or 0xB93A2A) is known color: Medium Carmine. HEX triplet: B9, 3A and 2A. RGB value is (185,58,42). Sum of RGB (Red+Green+Blue) = 185+58+42=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A2A is #46C5D5. Grayscale: #5E5E5E. Windows color (decimal): -4638166 or 2767545. OLE color: 2767545.
HSL color Cylindrical-coordinate representation of color #B93A2A: hue angle of 6.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B93A2A is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 42 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.27 |
| HSL | 6.71º | 0.63% | 0.45% | - |
| HSV(B) | 6.71º | 0.77% | 0.73% | - |
| XYZ | 21.94 | 13.51 | 3.64 | - |
| YUV | 94.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 42 | 0 | 0.69 | 0.77 | 0.27 | 6.71 | 0.63 | 0.45 |
| Hex | B9 | 3A | 2A | 0 | 45 | 4D | 1B | 7 | 3F | 2D |
| Octal | 271 | 72 | 52 | 0 | 105 | 115 | 33 | 7 | 77 | 55 |
| Binary | 10111001 | 111010 | 101010 | 0 | 1000101 | 1001101 | 11011 | 111 | 111111 | 101101 |
Color Harmonies of #B93A2A
Complementary color
Monochromatic Colors of #B93A2A
Black with #B93A2A
Text Example
Text Example
White with #B93A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A2A; }
p { color: rgb(185,58,42); }
H1.HeaderClassName
{
color: #B93A2A;
}
.AnyTagClassName
{
color: #B93A2A;
}
</style>
background-color css
<style>
a { background-color: #B93A2A; }
a { background-color: rgb(185,58,42); }
div.DivClassName
{
background-color: #B93A2A;
}
.BgClassName
{
background-color: #B93A2A;
}
</style>
border-color css
<style>
span { border-color: #B93A2A; }
span { border-color: rgb(185,58,42); }
td.TdClassName
{
border-color: #B93A2A;
}
.TagClassName
{
border-color: #B93A2A;
}
</style>