Shades of Medium Carmine #BD3E25
Tints of Medium Carmine #BD3E25
RGB
CMYK
RGB Variations
Color information
#BD3E25 (or 0xBD3E25) is known color: Medium Carmine. HEX triplet: BD, 3E and 25. RGB value is (189,62,37). Sum of RGB (Red+Green+Blue) = 189+62+37=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E25 is #42C1DA. Grayscale: #616161. Windows color (decimal): -4375003 or 2440893. OLE color: 2440893.
HSL color Cylindrical-coordinate representation of color #BD3E25: hue angle of 9.87º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD3E25 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 37 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.26 |
| HSL | 9.87º | 0.67% | 0.44% | - |
| HSV(B) | 9.87º | 0.8% | 0.74% | - |
| XYZ | 23.04 | 14.4 | 3.31 | - |
| YUV | 97.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 37 | 0 | 0.67 | 0.80 | 0.26 | 9.87 | 0.67 | 0.44 |
| Hex | BD | 3E | 25 | 0 | 43 | 50 | 1A | A | 43 | 2C |
| Octal | 275 | 76 | 45 | 0 | 103 | 120 | 32 | 12 | 103 | 54 |
| Binary | 10111101 | 111110 | 100101 | 0 | 1000011 | 1010000 | 11010 | 1010 | 1000011 | 101100 |
Color Harmonies of #BD3E25
Complementary color
Monochromatic Colors of #BD3E25
Black with #BD3E25
Text Example
Text Example
White with #BD3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E25; }
p { color: rgb(189,62,37); }
H1.HeaderClassName
{
color: #BD3E25;
}
.AnyTagClassName
{
color: #BD3E25;
}
</style>
background-color css
<style>
a { background-color: #BD3E25; }
a { background-color: rgb(189,62,37); }
div.DivClassName
{
background-color: #BD3E25;
}
.BgClassName
{
background-color: #BD3E25;
}
</style>
border-color css
<style>
span { border-color: #BD3E25; }
span { border-color: rgb(189,62,37); }
td.TdClassName
{
border-color: #BD3E25;
}
.TagClassName
{
border-color: #BD3E25;
}
</style>