Shades of Rouge #B12E6D
Tints of Rouge #B12E6D
RGB
CMYK
RGB Variations
Color information
#B12E6D (or 0xB12E6D) is known color: Rouge. HEX triplet: B1, 2E and 6D. RGB value is (177,46,109). Sum of RGB (Red+Green+Blue) = 177+46+109=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E6D is #4ED192. Grayscale: #5C5C5C. Windows color (decimal): -5165459 or 7155377. OLE color: 7155377.
HSL color Cylindrical-coordinate representation of color #B12E6D: hue angle of 331.15º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E6D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 109 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.31 |
| HSL | 331.15º | 0.59% | 0.44% | - |
| HSV(B) | 331.15º | 0.74% | 0.69% | - |
| XYZ | 21.87 | 12.41 | 15.71 | - |
| YUV | 92.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 109 | 0 | 0.74 | 0.38 | 0.31 | 331.15 | 0.59 | 0.44 |
| Hex | B1 | 2E | 6D | 0 | 4A | 26 | 1F | 14B | 3B | 2C |
| Octal | 261 | 56 | 155 | 0 | 112 | 46 | 37 | 513 | 73 | 54 |
| Binary | 10110001 | 101110 | 1101101 | 0 | 1001010 | 100110 | 11111 | 101001011 | 111011 | 101100 |
Color Harmonies of #B12E6D
Complementary color
Monochromatic Colors of #B12E6D
Black with #B12E6D
Text Example
Text Example
White with #B12E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E6D; }
p { color: rgb(177,46,109); }
H1.HeaderClassName
{
color: #B12E6D;
}
.AnyTagClassName
{
color: #B12E6D;
}
</style>
background-color css
<style>
a { background-color: #B12E6D; }
a { background-color: rgb(177,46,109); }
div.DivClassName
{
background-color: #B12E6D;
}
.BgClassName
{
background-color: #B12E6D;
}
</style>
border-color css
<style>
span { border-color: #B12E6D; }
span { border-color: rgb(177,46,109); }
td.TdClassName
{
border-color: #B12E6D;
}
.TagClassName
{
border-color: #B12E6D;
}
</style>