Shades of Rouge #BC2969
Tints of Rouge #BC2969
RGB
CMYK
RGB Variations
Color information
#BC2969 (or 0xBC2969) is known color: Rouge. HEX triplet: BC, 29 and 69. RGB value is (188,41,105). Sum of RGB (Red+Green+Blue) = 188+41+105=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2969 is #43D696. Grayscale: #5C5C5C. Windows color (decimal): -4445847 or 6891964. OLE color: 6891964.
HSL color Cylindrical-coordinate representation of color #BC2969: hue angle of 333.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2969 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 105 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.26 |
| HSL | 333.88º | 0.64% | 0.45% | - |
| HSV(B) | 333.88º | 0.78% | 0.74% | - |
| XYZ | 24.08 | 13.3 | 14.66 | - |
| YUV | 92.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 105 | 0 | 0.78 | 0.44 | 0.26 | 333.88 | 0.64 | 0.45 |
| Hex | BC | 29 | 69 | 0 | 4E | 2C | 1A | 14E | 40 | 2D |
| Octal | 274 | 51 | 151 | 0 | 116 | 54 | 32 | 516 | 100 | 55 |
| Binary | 10111100 | 101001 | 1101001 | 0 | 1001110 | 101100 | 11010 | 101001110 | 1000000 | 101101 |
Color Harmonies of #BC2969
Complementary color
Monochromatic Colors of #BC2969
Black with #BC2969
Text Example
Text Example
White with #BC2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2969; }
p { color: rgb(188,41,105); }
H1.HeaderClassName
{
color: #BC2969;
}
.AnyTagClassName
{
color: #BC2969;
}
</style>
background-color css
<style>
a { background-color: #BC2969; }
a { background-color: rgb(188,41,105); }
div.DivClassName
{
background-color: #BC2969;
}
.BgClassName
{
background-color: #BC2969;
}
</style>
border-color css
<style>
span { border-color: #BC2969; }
span { border-color: rgb(188,41,105); }
td.TdClassName
{
border-color: #BC2969;
}
.TagClassName
{
border-color: #BC2969;
}
</style>