Shades of Red Damask #BD7052
Tints of Red Damask #BD7052
RGB
CMYK
RGB Variations
Color information
#BD7052 (or 0xBD7052) is known color: Red Damask. HEX triplet: BD, 70 and 52. RGB value is (189,112,82). Sum of RGB (Red+Green+Blue) = 189+112+82=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7052 is #428FAD. Grayscale: #838383. Windows color (decimal): -4362158 or 5402813. OLE color: 5402813.
HSL color Cylindrical-coordinate representation of color #BD7052: hue angle of 16.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD7052 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 82 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.26 |
| HSL | 16.82º | 0.45% | 0.53% | - |
| HSV(B) | 16.82º | 0.57% | 0.74% | - |
| XYZ | 28.3 | 23.02 | 10.93 | - |
| YUV | 131.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 82 | 0 | 0.41 | 0.57 | 0.26 | 16.82 | 0.45 | 0.53 |
| Hex | BD | 70 | 52 | 0 | 29 | 39 | 1A | 11 | 2D | 35 |
| Octal | 275 | 160 | 122 | 0 | 51 | 71 | 32 | 21 | 55 | 65 |
| Binary | 10111101 | 1110000 | 1010010 | 0 | 101001 | 111001 | 11010 | 10001 | 101101 | 110101 |
Color Harmonies of #BD7052
Complementary color
Monochromatic Colors of #BD7052
Black with #BD7052
Text Example
Text Example
White with #BD7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7052; }
p { color: rgb(189,112,82); }
H1.HeaderClassName
{
color: #BD7052;
}
.AnyTagClassName
{
color: #BD7052;
}
</style>
background-color css
<style>
a { background-color: #BD7052; }
a { background-color: rgb(189,112,82); }
div.DivClassName
{
background-color: #BD7052;
}
.BgClassName
{
background-color: #BD7052;
}
</style>
border-color css
<style>
span { border-color: #BD7052; }
span { border-color: rgb(189,112,82); }
td.TdClassName
{
border-color: #BD7052;
}
.TagClassName
{
border-color: #BD7052;
}
</style>