Shades of Medium Carmine #BD3C32
Tints of Medium Carmine #BD3C32
RGB
CMYK
RGB Variations
Color information
#BD3C32 (or 0xBD3C32) is known color: Medium Carmine. HEX triplet: BD, 3C and 32. RGB value is (189,60,50). Sum of RGB (Red+Green+Blue) = 189+60+50=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C32 is #42C3CD. Grayscale: #616161. Windows color (decimal): -4375502 or 3292349. OLE color: 3292349.
HSL color Cylindrical-coordinate representation of color #BD3C32: hue angle of 4.32º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3C32 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 50 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.26 |
| HSL | 4.32º | 0.58% | 0.47% | - |
| HSV(B) | 4.32º | 0.74% | 0.74% | - |
| XYZ | 23.18 | 14.28 | 4.55 | - |
| YUV | 97.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 50 | 0 | 0.68 | 0.74 | 0.26 | 4.32 | 0.58 | 0.47 |
| Hex | BD | 3C | 32 | 0 | 44 | 4A | 1A | 4 | 3A | 2F |
| Octal | 275 | 74 | 62 | 0 | 104 | 112 | 32 | 4 | 72 | 57 |
| Binary | 10111101 | 111100 | 110010 | 0 | 1000100 | 1001010 | 11010 | 100 | 111010 | 101111 |
Color Harmonies of #BD3C32
Complementary color
Monochromatic Colors of #BD3C32
Black with #BD3C32
Text Example
Text Example
White with #BD3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C32; }
p { color: rgb(189,60,50); }
H1.HeaderClassName
{
color: #BD3C32;
}
.AnyTagClassName
{
color: #BD3C32;
}
</style>
background-color css
<style>
a { background-color: #BD3C32; }
a { background-color: rgb(189,60,50); }
div.DivClassName
{
background-color: #BD3C32;
}
.BgClassName
{
background-color: #BD3C32;
}
</style>
border-color css
<style>
span { border-color: #BD3C32; }
span { border-color: rgb(189,60,50); }
td.TdClassName
{
border-color: #BD3C32;
}
.TagClassName
{
border-color: #BD3C32;
}
</style>