Shades of Medium Carmine #BD3B2E
Tints of Medium Carmine #BD3B2E
RGB
CMYK
RGB Variations
Color information
#BD3B2E (or 0xBD3B2E) is known color: Medium Carmine. HEX triplet: BD, 3B and 2E. RGB value is (189,59,46). Sum of RGB (Red+Green+Blue) = 189+59+46=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B2E is #42C4D1. Grayscale: #606060. Windows color (decimal): -4375762 or 3029949. OLE color: 3029949.
HSL color Cylindrical-coordinate representation of color #BD3B2E: hue angle of 5.45º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3B2E is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 46 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.26 |
| HSL | 5.45º | 0.61% | 0.46% | - |
| HSV(B) | 5.45º | 0.76% | 0.74% | - |
| XYZ | 23.04 | 14.14 | 4.1 | - |
| YUV | 96.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 46 | 0 | 0.69 | 0.76 | 0.26 | 5.45 | 0.61 | 0.46 |
| Hex | BD | 3B | 2E | 0 | 45 | 4C | 1A | 5 | 3D | 2E |
| Octal | 275 | 73 | 56 | 0 | 105 | 114 | 32 | 5 | 75 | 56 |
| Binary | 10111101 | 111011 | 101110 | 0 | 1000101 | 1001100 | 11010 | 101 | 111101 | 101110 |
Color Harmonies of #BD3B2E
Complementary color
Monochromatic Colors of #BD3B2E
Black with #BD3B2E
Text Example
Text Example
White with #BD3B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B2E; }
p { color: rgb(189,59,46); }
H1.HeaderClassName
{
color: #BD3B2E;
}
.AnyTagClassName
{
color: #BD3B2E;
}
</style>
background-color css
<style>
a { background-color: #BD3B2E; }
a { background-color: rgb(189,59,46); }
div.DivClassName
{
background-color: #BD3B2E;
}
.BgClassName
{
background-color: #BD3B2E;
}
</style>
border-color css
<style>
span { border-color: #BD3B2E; }
span { border-color: rgb(189,59,46); }
td.TdClassName
{
border-color: #BD3B2E;
}
.TagClassName
{
border-color: #BD3B2E;
}
</style>