Shades of Medium Carmine #BD3926
Tints of Medium Carmine #BD3926
RGB
CMYK
RGB Variations
Color information
#BD3926 (or 0xBD3926) is known color: Medium Carmine. HEX triplet: BD, 39 and 26. RGB value is (189,57,38). Sum of RGB (Red+Green+Blue) = 189+57+38=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3926 is #42C6D9. Grayscale: #5E5E5E. Windows color (decimal): -4376282 or 2505149. OLE color: 2505149.
HSL color Cylindrical-coordinate representation of color #BD3926: hue angle of 7.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD3926 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 38 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.26 |
| HSL | 7.55º | 0.67% | 0.45% | - |
| HSV(B) | 7.55º | 0.8% | 0.74% | - |
| XYZ | 22.8 | 13.89 | 3.31 | - |
| YUV | 94.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 38 | 0 | 0.70 | 0.80 | 0.26 | 7.55 | 0.67 | 0.45 |
| Hex | BD | 39 | 26 | 0 | 46 | 50 | 1A | 8 | 43 | 2D |
| Octal | 275 | 71 | 46 | 0 | 106 | 120 | 32 | 10 | 103 | 55 |
| Binary | 10111101 | 111001 | 100110 | 0 | 1000110 | 1010000 | 11010 | 1000 | 1000011 | 101101 |
Color Harmonies of #BD3926
Complementary color
Monochromatic Colors of #BD3926
Black with #BD3926
Text Example
Text Example
White with #BD3926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3926; }
p { color: rgb(189,57,38); }
H1.HeaderClassName
{
color: #BD3926;
}
.AnyTagClassName
{
color: #BD3926;
}
</style>
background-color css
<style>
a { background-color: #BD3926; }
a { background-color: rgb(189,57,38); }
div.DivClassName
{
background-color: #BD3926;
}
.BgClassName
{
background-color: #BD3926;
}
</style>
border-color css
<style>
span { border-color: #BD3926; }
span { border-color: rgb(189,57,38); }
td.TdClassName
{
border-color: #BD3926;
}
.TagClassName
{
border-color: #BD3926;
}
</style>