Shades of Medium Carmine #BD3930
Tints of Medium Carmine #BD3930
RGB
CMYK
RGB Variations
Color information
#BD3930 (or 0xBD3930) is known color: Medium Carmine. HEX triplet: BD, 39 and 30. RGB value is (189,57,48). Sum of RGB (Red+Green+Blue) = 189+57+48=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3930 is #42C6CF. Grayscale: #5F5F5F. Windows color (decimal): -4376272 or 3160509. OLE color: 3160509.
HSL color Cylindrical-coordinate representation of color #BD3930: hue angle of 3.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3930 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 48 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.26 |
| HSL | 3.83º | 0.59% | 0.46% | - |
| HSV(B) | 3.83º | 0.75% | 0.74% | - |
| XYZ | 22.98 | 13.96 | 4.28 | - |
| YUV | 95.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 48 | 0 | 0.70 | 0.75 | 0.26 | 3.83 | 0.59 | 0.46 |
| Hex | BD | 39 | 30 | 0 | 46 | 4B | 1A | 4 | 3B | 2E |
| Octal | 275 | 71 | 60 | 0 | 106 | 113 | 32 | 4 | 73 | 56 |
| Binary | 10111101 | 111001 | 110000 | 0 | 1000110 | 1001011 | 11010 | 100 | 111011 | 101110 |
Color Harmonies of #BD3930
Complementary color
Monochromatic Colors of #BD3930
Black with #BD3930
Text Example
Text Example
White with #BD3930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3930; }
p { color: rgb(189,57,48); }
H1.HeaderClassName
{
color: #BD3930;
}
.AnyTagClassName
{
color: #BD3930;
}
</style>
background-color css
<style>
a { background-color: #BD3930; }
a { background-color: rgb(189,57,48); }
div.DivClassName
{
background-color: #BD3930;
}
.BgClassName
{
background-color: #BD3930;
}
</style>
border-color css
<style>
span { border-color: #BD3930; }
span { border-color: rgb(189,57,48); }
td.TdClassName
{
border-color: #BD3930;
}
.TagClassName
{
border-color: #BD3930;
}
</style>