Shades of Medium Carmine #BC3825
Tints of Medium Carmine #BC3825
RGB
CMYK
RGB Variations
Color information
#BC3825 (or 0xBC3825) is known color: Medium Carmine. HEX triplet: BC, 38 and 25. RGB value is (188,56,37). Sum of RGB (Red+Green+Blue) = 188+56+37=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3825 is #43C7DA. Grayscale: #5D5D5D. Windows color (decimal): -4442075 or 2439356. OLE color: 2439356.
HSL color Cylindrical-coordinate representation of color #BC3825: hue angle of 7.55º 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 #BC3825 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 37 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.26 |
| HSL | 7.55º | 0.67% | 0.44% | - |
| HSV(B) | 7.55º | 0.8% | 0.74% | - |
| XYZ | 22.49 | 13.65 | 3.2 | - |
| YUV | 93.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 37 | 0 | 0.70 | 0.80 | 0.26 | 7.55 | 0.67 | 0.44 |
| Hex | BC | 38 | 25 | 0 | 46 | 50 | 1A | 8 | 43 | 2C |
| Octal | 274 | 70 | 45 | 0 | 106 | 120 | 32 | 10 | 103 | 54 |
| Binary | 10111100 | 111000 | 100101 | 0 | 1000110 | 1010000 | 11010 | 1000 | 1000011 | 101100 |
Color Harmonies of #BC3825
Complementary color
Monochromatic Colors of #BC3825
Black with #BC3825
Text Example
Text Example
White with #BC3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3825; }
p { color: rgb(188,56,37); }
H1.HeaderClassName
{
color: #BC3825;
}
.AnyTagClassName
{
color: #BC3825;
}
</style>
background-color css
<style>
a { background-color: #BC3825; }
a { background-color: rgb(188,56,37); }
div.DivClassName
{
background-color: #BC3825;
}
.BgClassName
{
background-color: #BC3825;
}
</style>
border-color css
<style>
span { border-color: #BC3825; }
span { border-color: rgb(188,56,37); }
td.TdClassName
{
border-color: #BC3825;
}
.TagClassName
{
border-color: #BC3825;
}
</style>