Shades of Medium Carmine #BD3F2B
Tints of Medium Carmine #BD3F2B
RGB
CMYK
RGB Variations
Color information
#BD3F2B (or 0xBD3F2B) is known color: Medium Carmine. HEX triplet: BD, 3F and 2B. RGB value is (189,63,43). Sum of RGB (Red+Green+Blue) = 189+63+43=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F2B is #42C0D4. Grayscale: #626262. Windows color (decimal): -4374741 or 2834365. OLE color: 2834365.
HSL color Cylindrical-coordinate representation of color #BD3F2B: hue angle of 8.22º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3F2B is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 43 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.26 |
| HSL | 8.22º | 0.63% | 0.45% | - |
| HSV(B) | 8.22º | 0.77% | 0.74% | - |
| XYZ | 23.2 | 14.55 | 3.87 | - |
| YUV | 98.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 43 | 0 | 0.67 | 0.77 | 0.26 | 8.22 | 0.63 | 0.45 |
| Hex | BD | 3F | 2B | 0 | 43 | 4D | 1A | 8 | 3F | 2D |
| Octal | 275 | 77 | 53 | 0 | 103 | 115 | 32 | 10 | 77 | 55 |
| Binary | 10111101 | 111111 | 101011 | 0 | 1000011 | 1001101 | 11010 | 1000 | 111111 | 101101 |
Color Harmonies of #BD3F2B
Complementary color
Monochromatic Colors of #BD3F2B
Black with #BD3F2B
Text Example
Text Example
White with #BD3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F2B; }
p { color: rgb(189,63,43); }
H1.HeaderClassName
{
color: #BD3F2B;
}
.AnyTagClassName
{
color: #BD3F2B;
}
</style>
background-color css
<style>
a { background-color: #BD3F2B; }
a { background-color: rgb(189,63,43); }
div.DivClassName
{
background-color: #BD3F2B;
}
.BgClassName
{
background-color: #BD3F2B;
}
</style>
border-color css
<style>
span { border-color: #BD3F2B; }
span { border-color: rgb(189,63,43); }
td.TdClassName
{
border-color: #BD3F2B;
}
.TagClassName
{
border-color: #BD3F2B;
}
</style>