Shades of Red Damask #BC7353
Tints of Red Damask #BC7353
RGB
CMYK
RGB Variations
Color information
#BC7353 (or 0xBC7353) is known color: Red Damask. HEX triplet: BC, 73 and 53. RGB value is (188,115,83). Sum of RGB (Red+Green+Blue) = 188+115+83=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7353 is #438CAC. Grayscale: #858585. Windows color (decimal): -4426925 or 5469116. OLE color: 5469116.
HSL color Cylindrical-coordinate representation of color #BC7353: hue angle of 18.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC7353 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 83 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.26 |
| HSL | 18.29º | 0.44% | 0.53% | - |
| HSV(B) | 18.29º | 0.56% | 0.74% | - |
| XYZ | 28.43 | 23.58 | 11.24 | - |
| YUV | 133.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 83 | 0 | 0.39 | 0.56 | 0.26 | 18.29 | 0.44 | 0.53 |
| Hex | BC | 73 | 53 | 0 | 27 | 38 | 1A | 12 | 2C | 35 |
| Octal | 274 | 163 | 123 | 0 | 47 | 70 | 32 | 22 | 54 | 65 |
| Binary | 10111100 | 1110011 | 1010011 | 0 | 100111 | 111000 | 11010 | 10010 | 101100 | 110101 |
Color Harmonies of #BC7353
Complementary color
Monochromatic Colors of #BC7353
Black with #BC7353
Text Example
Text Example
White with #BC7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7353; }
p { color: rgb(188,115,83); }
H1.HeaderClassName
{
color: #BC7353;
}
.AnyTagClassName
{
color: #BC7353;
}
</style>
background-color css
<style>
a { background-color: #BC7353; }
a { background-color: rgb(188,115,83); }
div.DivClassName
{
background-color: #BC7353;
}
.BgClassName
{
background-color: #BC7353;
}
</style>
border-color css
<style>
span { border-color: #BC7353; }
span { border-color: rgb(188,115,83); }
td.TdClassName
{
border-color: #BC7353;
}
.TagClassName
{
border-color: #BC7353;
}
</style>