Shades of Medium Carmine #BD3D2D
Tints of Medium Carmine #BD3D2D
RGB
CMYK
RGB Variations
Color information
#BD3D2D (or 0xBD3D2D) is known color: Medium Carmine. HEX triplet: BD, 3D and 2D. RGB value is (189,61,45). Sum of RGB (Red+Green+Blue) = 189+61+45=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D2D is #42C2D2. Grayscale: #616161. Windows color (decimal): -4375251 or 2964925. OLE color: 2964925.
HSL color Cylindrical-coordinate representation of color #BD3D2D: hue angle of 6.67º degrees, saturation: 0.62, 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 #BD3D2D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 45 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.26 |
| HSL | 6.67º | 0.62% | 0.46% | - |
| HSV(B) | 6.67º | 0.76% | 0.74% | - |
| XYZ | 23.13 | 14.35 | 4.03 | - |
| YUV | 97.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 45 | 0 | 0.68 | 0.76 | 0.26 | 6.67 | 0.62 | 0.46 |
| Hex | BD | 3D | 2D | 0 | 44 | 4C | 1A | 7 | 3E | 2E |
| Octal | 275 | 75 | 55 | 0 | 104 | 114 | 32 | 7 | 76 | 56 |
| Binary | 10111101 | 111101 | 101101 | 0 | 1000100 | 1001100 | 11010 | 111 | 111110 | 101110 |
Color Harmonies of #BD3D2D
Complementary color
Monochromatic Colors of #BD3D2D
Black with #BD3D2D
Text Example
Text Example
White with #BD3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D2D; }
p { color: rgb(189,61,45); }
H1.HeaderClassName
{
color: #BD3D2D;
}
.AnyTagClassName
{
color: #BD3D2D;
}
</style>
background-color css
<style>
a { background-color: #BD3D2D; }
a { background-color: rgb(189,61,45); }
div.DivClassName
{
background-color: #BD3D2D;
}
.BgClassName
{
background-color: #BD3D2D;
}
</style>
border-color css
<style>
span { border-color: #BD3D2D; }
span { border-color: rgb(189,61,45); }
td.TdClassName
{
border-color: #BD3D2D;
}
.TagClassName
{
border-color: #BD3D2D;
}
</style>