Shades of Rouge #BD3760
Tints of Rouge #BD3760
RGB
CMYK
RGB Variations
Color information
#BD3760 (or 0xBD3760) is known color: Rouge. HEX triplet: BD, 37 and 60. RGB value is (189,55,96). Sum of RGB (Red+Green+Blue) = 189+55+96=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3760 is #42C89F. Grayscale: #636363. Windows color (decimal): -4376736 or 6305725. OLE color: 6305725.
HSL color Cylindrical-coordinate representation of color #BD3760: hue angle of 341.64º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3760 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 96 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.26 |
| HSL | 341.64º | 0.55% | 0.48% | - |
| HSV(B) | 341.64º | 0.71% | 0.74% | - |
| XYZ | 24.46 | 14.4 | 12.56 | - |
| YUV | 99.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 96 | 0 | 0.71 | 0.49 | 0.26 | 341.64 | 0.55 | 0.48 |
| Hex | BD | 37 | 60 | 0 | 47 | 31 | 1A | 156 | 37 | 30 |
| Octal | 275 | 67 | 140 | 0 | 107 | 61 | 32 | 526 | 67 | 60 |
| Binary | 10111101 | 110111 | 1100000 | 0 | 1000111 | 110001 | 11010 | 101010110 | 110111 | 110000 |
Color Harmonies of #BD3760
Complementary color
Monochromatic Colors of #BD3760
Black with #BD3760
Text Example
Text Example
White with #BD3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3760; }
p { color: rgb(189,55,96); }
H1.HeaderClassName
{
color: #BD3760;
}
.AnyTagClassName
{
color: #BD3760;
}
</style>
background-color css
<style>
a { background-color: #BD3760; }
a { background-color: rgb(189,55,96); }
div.DivClassName
{
background-color: #BD3760;
}
.BgClassName
{
background-color: #BD3760;
}
</style>
border-color css
<style>
span { border-color: #BD3760; }
span { border-color: rgb(189,55,96); }
td.TdClassName
{
border-color: #BD3760;
}
.TagClassName
{
border-color: #BD3760;
}
</style>