Shades of Rouge #BD3762
Tints of Rouge #BD3762
RGB
CMYK
RGB Variations
Color information
#BD3762 (or 0xBD3762) is known color: Rouge. HEX triplet: BD, 37 and 62. RGB value is (189,55,98). Sum of RGB (Red+Green+Blue) = 189+55+98=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3762 is #42C89D. Grayscale: #636363. Windows color (decimal): -4376734 or 6436797. OLE color: 6436797.
HSL color Cylindrical-coordinate representation of color #BD3762: hue angle of 340.75º 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 #BD3762 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 98 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.26 |
| HSL | 340.75º | 0.55% | 0.48% | - |
| HSV(B) | 340.75º | 0.71% | 0.74% | - |
| XYZ | 24.56 | 14.43 | 13.05 | - |
| YUV | 99.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 98 | 0 | 0.71 | 0.48 | 0.26 | 340.75 | 0.55 | 0.48 |
| Hex | BD | 37 | 62 | 0 | 47 | 30 | 1A | 155 | 37 | 30 |
| Octal | 275 | 67 | 142 | 0 | 107 | 60 | 32 | 525 | 67 | 60 |
| Binary | 10111101 | 110111 | 1100010 | 0 | 1000111 | 110000 | 11010 | 101010101 | 110111 | 110000 |
Color Harmonies of #BD3762
Complementary color
Monochromatic Colors of #BD3762
Black with #BD3762
Text Example
Text Example
White with #BD3762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3762; }
p { color: rgb(189,55,98); }
H1.HeaderClassName
{
color: #BD3762;
}
.AnyTagClassName
{
color: #BD3762;
}
</style>
background-color css
<style>
a { background-color: #BD3762; }
a { background-color: rgb(189,55,98); }
div.DivClassName
{
background-color: #BD3762;
}
.BgClassName
{
background-color: #BD3762;
}
</style>
border-color css
<style>
span { border-color: #BD3762; }
span { border-color: rgb(189,55,98); }
td.TdClassName
{
border-color: #BD3762;
}
.TagClassName
{
border-color: #BD3762;
}
</style>