Shades of Medium Carmine #BD3E32
Tints of Medium Carmine #BD3E32
RGB
CMYK
RGB Variations
Color information
#BD3E32 (or 0xBD3E32) is known color: Medium Carmine. HEX triplet: BD, 3E and 32. RGB value is (189,62,50). Sum of RGB (Red+Green+Blue) = 189+62+50=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E32 is #42C1CD. Grayscale: #626262. Windows color (decimal): -4374990 or 3292861. OLE color: 3292861.
HSL color Cylindrical-coordinate representation of color #BD3E32: hue angle of 5.18º 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 #BD3E32 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 50 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.26 |
| HSL | 5.18º | 0.58% | 0.47% | - |
| HSV(B) | 5.18º | 0.74% | 0.74% | - |
| XYZ | 23.28 | 14.49 | 4.59 | - |
| YUV | 98.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 50 | 0 | 0.67 | 0.74 | 0.26 | 5.18 | 0.58 | 0.47 |
| Hex | BD | 3E | 32 | 0 | 43 | 4A | 1A | 5 | 3A | 2F |
| Octal | 275 | 76 | 62 | 0 | 103 | 112 | 32 | 5 | 72 | 57 |
| Binary | 10111101 | 111110 | 110010 | 0 | 1000011 | 1001010 | 11010 | 101 | 111010 | 101111 |
Color Harmonies of #BD3E32
Complementary color
Monochromatic Colors of #BD3E32
Black with #BD3E32
Text Example
Text Example
White with #BD3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E32; }
p { color: rgb(189,62,50); }
H1.HeaderClassName
{
color: #BD3E32;
}
.AnyTagClassName
{
color: #BD3E32;
}
</style>
background-color css
<style>
a { background-color: #BD3E32; }
a { background-color: rgb(189,62,50); }
div.DivClassName
{
background-color: #BD3E32;
}
.BgClassName
{
background-color: #BD3E32;
}
</style>
border-color css
<style>
span { border-color: #BD3E32; }
span { border-color: rgb(189,62,50); }
td.TdClassName
{
border-color: #BD3E32;
}
.TagClassName
{
border-color: #BD3E32;
}
</style>