Shades of Medium Carmine #BD3A30
Tints of Medium Carmine #BD3A30
RGB
CMYK
RGB Variations
Color information
#BD3A30 (or 0xBD3A30) is known color: Medium Carmine. HEX triplet: BD, 3A and 30. RGB value is (189,58,48). Sum of RGB (Red+Green+Blue) = 189+58+48=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A30 is #42C5CF. Grayscale: #606060. Windows color (decimal): -4376016 or 3160765. OLE color: 3160765.
HSL color Cylindrical-coordinate representation of color #BD3A30: hue angle of 4.26º 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 #BD3A30 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 48 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.26 |
| HSL | 4.26º | 0.59% | 0.46% | - |
| HSV(B) | 4.26º | 0.75% | 0.74% | - |
| XYZ | 23.03 | 14.06 | 4.3 | - |
| YUV | 96.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 48 | 0 | 0.69 | 0.75 | 0.26 | 4.26 | 0.59 | 0.46 |
| Hex | BD | 3A | 30 | 0 | 45 | 4B | 1A | 4 | 3B | 2E |
| Octal | 275 | 72 | 60 | 0 | 105 | 113 | 32 | 4 | 73 | 56 |
| Binary | 10111101 | 111010 | 110000 | 0 | 1000101 | 1001011 | 11010 | 100 | 111011 | 101110 |
Color Harmonies of #BD3A30
Complementary color
Monochromatic Colors of #BD3A30
Black with #BD3A30
Text Example
Text Example
White with #BD3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A30; }
p { color: rgb(189,58,48); }
H1.HeaderClassName
{
color: #BD3A30;
}
.AnyTagClassName
{
color: #BD3A30;
}
</style>
background-color css
<style>
a { background-color: #BD3A30; }
a { background-color: rgb(189,58,48); }
div.DivClassName
{
background-color: #BD3A30;
}
.BgClassName
{
background-color: #BD3A30;
}
</style>
border-color css
<style>
span { border-color: #BD3A30; }
span { border-color: rgb(189,58,48); }
td.TdClassName
{
border-color: #BD3A30;
}
.TagClassName
{
border-color: #BD3A30;
}
</style>