Shades of Rouge #B2415F
Tints of Rouge #B2415F
RGB
CMYK
RGB Variations
Color information
#B2415F (or 0xB2415F) is known color: Rouge. HEX triplet: B2, 41 and 5F. RGB value is (178,65,95). Sum of RGB (Red+Green+Blue) = 178+65+95=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2415F is #4DBEA0. Grayscale: #666666. Windows color (decimal): -5095073 or 6242738. OLE color: 6242738.
HSL color Cylindrical-coordinate representation of color #B2415F: hue angle of 344.07º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2415F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 95 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.30 |
| HSL | 344.07º | 0.47% | 0.48% | - |
| HSV(B) | 344.07º | 0.63% | 0.7% | - |
| XYZ | 22.32 | 14.07 | 12.37 | - |
| YUV | 102.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 95 | 0 | 0.63 | 0.47 | 0.30 | 344.07 | 0.47 | 0.48 |
| Hex | B2 | 41 | 5F | 0 | 3F | 2F | 1E | 158 | 2F | 30 |
| Octal | 262 | 101 | 137 | 0 | 77 | 57 | 36 | 530 | 57 | 60 |
| Binary | 10110010 | 1000001 | 1011111 | 0 | 111111 | 101111 | 11110 | 101011000 | 101111 | 110000 |
Color Harmonies of #B2415F
Complementary color
Monochromatic Colors of #B2415F
Black with #B2415F
Text Example
Text Example
White with #B2415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2415F; }
p { color: rgb(178,65,95); }
H1.HeaderClassName
{
color: #B2415F;
}
.AnyTagClassName
{
color: #B2415F;
}
</style>
background-color css
<style>
a { background-color: #B2415F; }
a { background-color: rgb(178,65,95); }
div.DivClassName
{
background-color: #B2415F;
}
.BgClassName
{
background-color: #B2415F;
}
</style>
border-color css
<style>
span { border-color: #B2415F; }
span { border-color: rgb(178,65,95); }
td.TdClassName
{
border-color: #B2415F;
}
.TagClassName
{
border-color: #B2415F;
}
</style>