Shades of Rouge #BD3862
Tints of Rouge #BD3862
RGB
CMYK
RGB Variations
Color information
#BD3862 (or 0xBD3862) is known color: Rouge. HEX triplet: BD, 38 and 62. RGB value is (189,56,98). Sum of RGB (Red+Green+Blue) = 189+56+98=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3862 is #42C79D. Grayscale: #646464. Windows color (decimal): -4376478 or 6437053. OLE color: 6437053.
HSL color Cylindrical-coordinate representation of color #BD3862: hue angle of 341.05º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3862 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 98 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.26 |
| HSL | 341.05º | 0.54% | 0.48% | - |
| HSV(B) | 341.05º | 0.7% | 0.74% | - |
| XYZ | 24.61 | 14.53 | 13.06 | - |
| YUV | 100.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 98 | 0 | 0.70 | 0.48 | 0.26 | 341.05 | 0.54 | 0.48 |
| Hex | BD | 38 | 62 | 0 | 46 | 30 | 1A | 155 | 36 | 30 |
| Octal | 275 | 70 | 142 | 0 | 106 | 60 | 32 | 525 | 66 | 60 |
| Binary | 10111101 | 111000 | 1100010 | 0 | 1000110 | 110000 | 11010 | 101010101 | 110110 | 110000 |
Color Harmonies of #BD3862
Complementary color
Monochromatic Colors of #BD3862
Black with #BD3862
Text Example
Text Example
White with #BD3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3862; }
p { color: rgb(189,56,98); }
H1.HeaderClassName
{
color: #BD3862;
}
.AnyTagClassName
{
color: #BD3862;
}
</style>
background-color css
<style>
a { background-color: #BD3862; }
a { background-color: rgb(189,56,98); }
div.DivClassName
{
background-color: #BD3862;
}
.BgClassName
{
background-color: #BD3862;
}
</style>
border-color css
<style>
span { border-color: #BD3862; }
span { border-color: rgb(189,56,98); }
td.TdClassName
{
border-color: #BD3862;
}
.TagClassName
{
border-color: #BD3862;
}
</style>