Shades of Medium Carmine #BD3C3B
Tints of Medium Carmine #BD3C3B
RGB
CMYK
RGB Variations
Color information
#BD3C3B (or 0xBD3C3B) is known color: Medium Carmine. HEX triplet: BD, 3C and 3B. RGB value is (189,60,59). Sum of RGB (Red+Green+Blue) = 189+60+59=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C3B is #42C3C4. Grayscale: #626262. Windows color (decimal): -4375493 or 3882173. OLE color: 3882173.
HSL color Cylindrical-coordinate representation of color #BD3C3B: hue angle of 0.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3C3B is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 59 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.26 |
| HSL | 0.46º | 0.52% | 0.49% | - |
| HSV(B) | 0.46º | 0.69% | 0.74% | - |
| XYZ | 23.39 | 14.37 | 5.68 | - |
| YUV | 98.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 59 | 0 | 0.68 | 0.69 | 0.26 | 0.46 | 0.52 | 0.49 |
| Hex | BD | 3C | 3B | 0 | 44 | 45 | 1A | 0 | 34 | 31 |
| Octal | 275 | 74 | 73 | 0 | 104 | 105 | 32 | 0 | 64 | 61 |
| Binary | 10111101 | 111100 | 111011 | 0 | 1000100 | 1000101 | 11010 | 0 | 110100 | 110001 |
Color Harmonies of #BD3C3B
Complementary color
Monochromatic Colors of #BD3C3B
Black with #BD3C3B
Text Example
Text Example
White with #BD3C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C3B; }
p { color: rgb(189,60,59); }
H1.HeaderClassName
{
color: #BD3C3B;
}
.AnyTagClassName
{
color: #BD3C3B;
}
</style>
background-color css
<style>
a { background-color: #BD3C3B; }
a { background-color: rgb(189,60,59); }
div.DivClassName
{
background-color: #BD3C3B;
}
.BgClassName
{
background-color: #BD3C3B;
}
</style>
border-color css
<style>
span { border-color: #BD3C3B; }
span { border-color: rgb(189,60,59); }
td.TdClassName
{
border-color: #BD3C3B;
}
.TagClassName
{
border-color: #BD3C3B;
}
</style>