Shades of Rouge #BD3463
Tints of Rouge #BD3463
RGB
CMYK
RGB Variations
Color information
#BD3463 (or 0xBD3463) is known color: Rouge. HEX triplet: BD, 34 and 63. RGB value is (189,52,99). Sum of RGB (Red+Green+Blue) = 189+52+99=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3463 is #42CB9C. Grayscale: #626262. Windows color (decimal): -4377501 or 6501565. OLE color: 6501565.
HSL color Cylindrical-coordinate representation of color #BD3463: hue angle of 339.42º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3463 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 99 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.26 |
| HSL | 339.42º | 0.57% | 0.47% | - |
| HSV(B) | 339.42º | 0.72% | 0.74% | - |
| XYZ | 24.47 | 14.18 | 13.25 | - |
| YUV | 98.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 99 | 0 | 0.72 | 0.48 | 0.26 | 339.42 | 0.57 | 0.47 |
| Hex | BD | 34 | 63 | 0 | 48 | 30 | 1A | 153 | 39 | 2F |
| Octal | 275 | 64 | 143 | 0 | 110 | 60 | 32 | 523 | 71 | 57 |
| Binary | 10111101 | 110100 | 1100011 | 0 | 1001000 | 110000 | 11010 | 101010011 | 111001 | 101111 |
Color Harmonies of #BD3463
Complementary color
Monochromatic Colors of #BD3463
Black with #BD3463
Text Example
Text Example
White with #BD3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3463; }
p { color: rgb(189,52,99); }
H1.HeaderClassName
{
color: #BD3463;
}
.AnyTagClassName
{
color: #BD3463;
}
</style>
background-color css
<style>
a { background-color: #BD3463; }
a { background-color: rgb(189,52,99); }
div.DivClassName
{
background-color: #BD3463;
}
.BgClassName
{
background-color: #BD3463;
}
</style>
border-color css
<style>
span { border-color: #BD3463; }
span { border-color: rgb(189,52,99); }
td.TdClassName
{
border-color: #BD3463;
}
.TagClassName
{
border-color: #BD3463;
}
</style>