Shades of Medium Carmine #BD3F2F
Tints of Medium Carmine #BD3F2F
RGB
CMYK
RGB Variations
Color information
#BD3F2F (or 0xBD3F2F) is known color: Medium Carmine. HEX triplet: BD, 3F and 2F. RGB value is (189,63,47). Sum of RGB (Red+Green+Blue) = 189+63+47=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F2F is #42C0D0. Grayscale: #636363. Windows color (decimal): -4374737 or 3096509. OLE color: 3096509.
HSL color Cylindrical-coordinate representation of color #BD3F2F: hue angle of 6.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3F2F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 47 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.26 |
| HSL | 6.76º | 0.6% | 0.46% | - |
| HSV(B) | 6.76º | 0.75% | 0.74% | - |
| XYZ | 23.28 | 14.58 | 4.28 | - |
| YUV | 98.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 47 | 0 | 0.67 | 0.75 | 0.26 | 6.76 | 0.6 | 0.46 |
| Hex | BD | 3F | 2F | 0 | 43 | 4B | 1A | 7 | 3C | 2E |
| Octal | 275 | 77 | 57 | 0 | 103 | 113 | 32 | 7 | 74 | 56 |
| Binary | 10111101 | 111111 | 101111 | 0 | 1000011 | 1001011 | 11010 | 111 | 111100 | 101110 |
Color Harmonies of #BD3F2F
Complementary color
Monochromatic Colors of #BD3F2F
Black with #BD3F2F
Text Example
Text Example
White with #BD3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F2F; }
p { color: rgb(189,63,47); }
H1.HeaderClassName
{
color: #BD3F2F;
}
.AnyTagClassName
{
color: #BD3F2F;
}
</style>
background-color css
<style>
a { background-color: #BD3F2F; }
a { background-color: rgb(189,63,47); }
div.DivClassName
{
background-color: #BD3F2F;
}
.BgClassName
{
background-color: #BD3F2F;
}
</style>
border-color css
<style>
span { border-color: #BD3F2F; }
span { border-color: rgb(189,63,47); }
td.TdClassName
{
border-color: #BD3F2F;
}
.TagClassName
{
border-color: #BD3F2F;
}
</style>