Shades of Medium Carmine #BD3A2D
Tints of Medium Carmine #BD3A2D
RGB
CMYK
RGB Variations
Color information
#BD3A2D (or 0xBD3A2D) is known color: Medium Carmine. HEX triplet: BD, 3A and 2D. RGB value is (189,58,45). Sum of RGB (Red+Green+Blue) = 189+58+45=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A2D is #42C5D2. Grayscale: #5F5F5F. Windows color (decimal): -4376019 or 2964157. OLE color: 2964157.
HSL color Cylindrical-coordinate representation of color #BD3A2D: hue angle of 5.42º 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 #BD3A2D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 45 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.26 |
| HSL | 5.42º | 0.62% | 0.46% | - |
| HSV(B) | 5.42º | 0.76% | 0.74% | - |
| XYZ | 22.97 | 14.03 | 3.98 | - |
| YUV | 95.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 45 | 0 | 0.69 | 0.76 | 0.26 | 5.42 | 0.62 | 0.46 |
| Hex | BD | 3A | 2D | 0 | 45 | 4C | 1A | 5 | 3E | 2E |
| Octal | 275 | 72 | 55 | 0 | 105 | 114 | 32 | 5 | 76 | 56 |
| Binary | 10111101 | 111010 | 101101 | 0 | 1000101 | 1001100 | 11010 | 101 | 111110 | 101110 |
Color Harmonies of #BD3A2D
Complementary color
Monochromatic Colors of #BD3A2D
Black with #BD3A2D
Text Example
Text Example
White with #BD3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A2D; }
p { color: rgb(189,58,45); }
H1.HeaderClassName
{
color: #BD3A2D;
}
.AnyTagClassName
{
color: #BD3A2D;
}
</style>
background-color css
<style>
a { background-color: #BD3A2D; }
a { background-color: rgb(189,58,45); }
div.DivClassName
{
background-color: #BD3A2D;
}
.BgClassName
{
background-color: #BD3A2D;
}
</style>
border-color css
<style>
span { border-color: #BD3A2D; }
span { border-color: rgb(189,58,45); }
td.TdClassName
{
border-color: #BD3A2D;
}
.TagClassName
{
border-color: #BD3A2D;
}
</style>