Shades of Rouge #BD2D69
Tints of Rouge #BD2D69
RGB
CMYK
RGB Variations
Color information
#BD2D69 (or 0xBD2D69) is known color: Rouge. HEX triplet: BD, 2D and 69. RGB value is (189,45,105). Sum of RGB (Red+Green+Blue) = 189+45+105=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D69 is #42D296. Grayscale: #5E5E5E. Windows color (decimal): -4379287 or 6892989. OLE color: 6892989.
HSL color Cylindrical-coordinate representation of color #BD2D69: hue angle of 335º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D69 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 105 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.26 |
| HSL | 335º | 0.62% | 0.46% | - |
| HSV(B) | 335º | 0.76% | 0.74% | - |
| XYZ | 24.47 | 13.72 | 14.72 | - |
| YUV | 94.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 105 | 0 | 0.76 | 0.44 | 0.26 | 335 | 0.62 | 0.46 |
| Hex | BD | 2D | 69 | 0 | 4C | 2C | 1A | 14F | 3E | 2E |
| Octal | 275 | 55 | 151 | 0 | 114 | 54 | 32 | 517 | 76 | 56 |
| Binary | 10111101 | 101101 | 1101001 | 0 | 1001100 | 101100 | 11010 | 101001111 | 111110 | 101110 |
Color Harmonies of #BD2D69
Complementary color
Monochromatic Colors of #BD2D69
Black with #BD2D69
Text Example
Text Example
White with #BD2D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D69; }
p { color: rgb(189,45,105); }
H1.HeaderClassName
{
color: #BD2D69;
}
.AnyTagClassName
{
color: #BD2D69;
}
</style>
background-color css
<style>
a { background-color: #BD2D69; }
a { background-color: rgb(189,45,105); }
div.DivClassName
{
background-color: #BD2D69;
}
.BgClassName
{
background-color: #BD2D69;
}
</style>
border-color css
<style>
span { border-color: #BD2D69; }
span { border-color: rgb(189,45,105); }
td.TdClassName
{
border-color: #BD2D69;
}
.TagClassName
{
border-color: #BD2D69;
}
</style>