Shades of Medium Carmine #BD3927
Tints of Medium Carmine #BD3927
RGB
CMYK
RGB Variations
Color information
#BD3927 (or 0xBD3927) is known color: Medium Carmine. HEX triplet: BD, 39 and 27. RGB value is (189,57,39). Sum of RGB (Red+Green+Blue) = 189+57+39=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3927 is #42C6D8. Grayscale: #5E5E5E. Windows color (decimal): -4376281 or 2570685. OLE color: 2570685.
HSL color Cylindrical-coordinate representation of color #BD3927: hue angle of 7.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD3927 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 39 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.26 |
| HSL | 7.2º | 0.66% | 0.45% | - |
| HSV(B) | 7.2º | 0.79% | 0.74% | - |
| XYZ | 22.82 | 13.89 | 3.4 | - |
| YUV | 94.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 39 | 0 | 0.70 | 0.79 | 0.26 | 7.2 | 0.66 | 0.45 |
| Hex | BD | 39 | 27 | 0 | 46 | 4F | 1A | 7 | 42 | 2D |
| Octal | 275 | 71 | 47 | 0 | 106 | 117 | 32 | 7 | 102 | 55 |
| Binary | 10111101 | 111001 | 100111 | 0 | 1000110 | 1001111 | 11010 | 111 | 1000010 | 101101 |
Color Harmonies of #BD3927
Complementary color
Monochromatic Colors of #BD3927
Black with #BD3927
Text Example
Text Example
White with #BD3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3927; }
p { color: rgb(189,57,39); }
H1.HeaderClassName
{
color: #BD3927;
}
.AnyTagClassName
{
color: #BD3927;
}
</style>
background-color css
<style>
a { background-color: #BD3927; }
a { background-color: rgb(189,57,39); }
div.DivClassName
{
background-color: #BD3927;
}
.BgClassName
{
background-color: #BD3927;
}
</style>
border-color css
<style>
span { border-color: #BD3927; }
span { border-color: rgb(189,57,39); }
td.TdClassName
{
border-color: #BD3927;
}
.TagClassName
{
border-color: #BD3927;
}
</style>