Shades of Medium Carmine #BD3D2C
Tints of Medium Carmine #BD3D2C
RGB
CMYK
RGB Variations
Color information
#BD3D2C (or 0xBD3D2C) is known color: Medium Carmine. HEX triplet: BD, 3D and 2C. RGB value is (189,61,44). Sum of RGB (Red+Green+Blue) = 189+61+44=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D2C is #42C2D3. Grayscale: #616161. Windows color (decimal): -4375252 or 2899389. OLE color: 2899389.
HSL color Cylindrical-coordinate representation of color #BD3D2C: hue angle of 7.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3D2C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 44 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.26 |
| HSL | 7.03º | 0.62% | 0.46% | - |
| HSV(B) | 7.03º | 0.77% | 0.74% | - |
| XYZ | 23.11 | 14.34 | 3.93 | - |
| YUV | 97.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 44 | 0 | 0.68 | 0.77 | 0.26 | 7.03 | 0.62 | 0.46 |
| Hex | BD | 3D | 2C | 0 | 44 | 4D | 1A | 7 | 3E | 2E |
| Octal | 275 | 75 | 54 | 0 | 104 | 115 | 32 | 7 | 76 | 56 |
| Binary | 10111101 | 111101 | 101100 | 0 | 1000100 | 1001101 | 11010 | 111 | 111110 | 101110 |
Color Harmonies of #BD3D2C
Complementary color
Monochromatic Colors of #BD3D2C
Black with #BD3D2C
Text Example
Text Example
White with #BD3D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D2C; }
p { color: rgb(189,61,44); }
H1.HeaderClassName
{
color: #BD3D2C;
}
.AnyTagClassName
{
color: #BD3D2C;
}
</style>
background-color css
<style>
a { background-color: #BD3D2C; }
a { background-color: rgb(189,61,44); }
div.DivClassName
{
background-color: #BD3D2C;
}
.BgClassName
{
background-color: #BD3D2C;
}
</style>
border-color css
<style>
span { border-color: #BD3D2C; }
span { border-color: rgb(189,61,44); }
td.TdClassName
{
border-color: #BD3D2C;
}
.TagClassName
{
border-color: #BD3D2C;
}
</style>