Shades of Medium Carmine #BD3D34
Tints of Medium Carmine #BD3D34
RGB
CMYK
RGB Variations
Color information
#BD3D34 (or 0xBD3D34) is known color: Medium Carmine. HEX triplet: BD, 3D and 34. RGB value is (189,61,52). Sum of RGB (Red+Green+Blue) = 189+61+52=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D34 is #42C2CB. Grayscale: #626262. Windows color (decimal): -4375244 or 3423677. OLE color: 3423677.
HSL color Cylindrical-coordinate representation of color #BD3D34: hue angle of 3.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3D34 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 52 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.26 |
| HSL | 3.94º | 0.57% | 0.47% | - |
| HSV(B) | 3.94º | 0.72% | 0.74% | - |
| XYZ | 23.27 | 14.4 | 4.8 | - |
| YUV | 98.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 52 | 0 | 0.68 | 0.72 | 0.26 | 3.94 | 0.57 | 0.47 |
| Hex | BD | 3D | 34 | 0 | 44 | 48 | 1A | 4 | 39 | 2F |
| Octal | 275 | 75 | 64 | 0 | 104 | 110 | 32 | 4 | 71 | 57 |
| Binary | 10111101 | 111101 | 110100 | 0 | 1000100 | 1001000 | 11010 | 100 | 111001 | 101111 |
Color Harmonies of #BD3D34
Complementary color
Monochromatic Colors of #BD3D34
Black with #BD3D34
Text Example
Text Example
White with #BD3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D34; }
p { color: rgb(189,61,52); }
H1.HeaderClassName
{
color: #BD3D34;
}
.AnyTagClassName
{
color: #BD3D34;
}
</style>
background-color css
<style>
a { background-color: #BD3D34; }
a { background-color: rgb(189,61,52); }
div.DivClassName
{
background-color: #BD3D34;
}
.BgClassName
{
background-color: #BD3D34;
}
</style>
border-color css
<style>
span { border-color: #BD3D34; }
span { border-color: rgb(189,61,52); }
td.TdClassName
{
border-color: #BD3D34;
}
.TagClassName
{
border-color: #BD3D34;
}
</style>