Shades of Medium Carmine #BD3F25
Tints of Medium Carmine #BD3F25
RGB
CMYK
RGB Variations
Color information
#BD3F25 (or 0xBD3F25) is known color: Medium Carmine. HEX triplet: BD, 3F and 25. RGB value is (189,63,37). Sum of RGB (Red+Green+Blue) = 189+63+37=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F25 is #42C0DA. Grayscale: #616161. Windows color (decimal): -4374747 or 2441149. OLE color: 2441149.
HSL color Cylindrical-coordinate representation of color #BD3F25: hue angle of 10.26º 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 #BD3F25 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 37 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.26 |
| HSL | 10.26º | 0.67% | 0.44% | - |
| HSV(B) | 10.26º | 0.8% | 0.74% | - |
| XYZ | 23.1 | 14.51 | 3.33 | - |
| YUV | 97.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 37 | 0 | 0.67 | 0.80 | 0.26 | 10.26 | 0.67 | 0.44 |
| Hex | BD | 3F | 25 | 0 | 43 | 50 | 1A | A | 43 | 2C |
| Octal | 275 | 77 | 45 | 0 | 103 | 120 | 32 | 12 | 103 | 54 |
| Binary | 10111101 | 111111 | 100101 | 0 | 1000011 | 1010000 | 11010 | 1010 | 1000011 | 101100 |
Color Harmonies of #BD3F25
Complementary color
Monochromatic Colors of #BD3F25
Black with #BD3F25
Text Example
Text Example
White with #BD3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F25; }
p { color: rgb(189,63,37); }
H1.HeaderClassName
{
color: #BD3F25;
}
.AnyTagClassName
{
color: #BD3F25;
}
</style>
background-color css
<style>
a { background-color: #BD3F25; }
a { background-color: rgb(189,63,37); }
div.DivClassName
{
background-color: #BD3F25;
}
.BgClassName
{
background-color: #BD3F25;
}
</style>
border-color css
<style>
span { border-color: #BD3F25; }
span { border-color: rgb(189,63,37); }
td.TdClassName
{
border-color: #BD3F25;
}
.TagClassName
{
border-color: #BD3F25;
}
</style>