Shades of Medium Carmine #B93D30
Tints of Medium Carmine #B93D30
RGB
CMYK
RGB Variations
Color information
#B93D30 (or 0xB93D30) is known color: Medium Carmine. HEX triplet: B9, 3D and 30. RGB value is (185,61,48). Sum of RGB (Red+Green+Blue) = 185+61+48=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D30 is #46C2CF. Grayscale: #606060. Windows color (decimal): -4637392 or 3161529. OLE color: 3161529.
HSL color Cylindrical-coordinate representation of color #B93D30: hue angle of 5.69º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93D30 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 48 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.27 |
| HSL | 5.69º | 0.59% | 0.46% | - |
| HSV(B) | 5.69º | 0.74% | 0.73% | - |
| XYZ | 22.21 | 13.87 | 4.3 | - |
| YUV | 96.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 48 | 0 | 0.67 | 0.74 | 0.27 | 5.69 | 0.59 | 0.46 |
| Hex | B9 | 3D | 30 | 0 | 43 | 4A | 1B | 6 | 3B | 2E |
| Octal | 271 | 75 | 60 | 0 | 103 | 112 | 33 | 6 | 73 | 56 |
| Binary | 10111001 | 111101 | 110000 | 0 | 1000011 | 1001010 | 11011 | 110 | 111011 | 101110 |
Color Harmonies of #B93D30
Complementary color
Monochromatic Colors of #B93D30
Black with #B93D30
Text Example
Text Example
White with #B93D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D30; }
p { color: rgb(185,61,48); }
H1.HeaderClassName
{
color: #B93D30;
}
.AnyTagClassName
{
color: #B93D30;
}
</style>
background-color css
<style>
a { background-color: #B93D30; }
a { background-color: rgb(185,61,48); }
div.DivClassName
{
background-color: #B93D30;
}
.BgClassName
{
background-color: #B93D30;
}
</style>
border-color css
<style>
span { border-color: #B93D30; }
span { border-color: rgb(185,61,48); }
td.TdClassName
{
border-color: #B93D30;
}
.TagClassName
{
border-color: #B93D30;
}
</style>