Shades of Rouge #B24162
Tints of Rouge #B24162
RGB
CMYK
RGB Variations
Color information
#B24162 (or 0xB24162) is known color: Rouge. HEX triplet: B2, 41 and 62. RGB value is (178,65,98). Sum of RGB (Red+Green+Blue) = 178+65+98=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B24162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24162 is #4DBE9D. Grayscale: #666666. Windows color (decimal): -5095070 or 6439346. OLE color: 6439346.
HSL color Cylindrical-coordinate representation of color #B24162: hue angle of 342.48º 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 #B24162 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 98 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.30 |
| HSL | 342.48º | 0.47% | 0.48% | - |
| HSV(B) | 342.48º | 0.63% | 0.7% | - |
| XYZ | 22.46 | 14.13 | 13.1 | - |
| YUV | 102.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 98 | 0 | 0.63 | 0.45 | 0.30 | 342.48 | 0.47 | 0.48 |
| Hex | B2 | 41 | 62 | 0 | 3F | 2D | 1E | 156 | 2F | 30 |
| Octal | 262 | 101 | 142 | 0 | 77 | 55 | 36 | 526 | 57 | 60 |
| Binary | 10110010 | 1000001 | 1100010 | 0 | 111111 | 101101 | 11110 | 101010110 | 101111 | 110000 |
Color Harmonies of #B24162
Complementary color
Monochromatic Colors of #B24162
Black with #B24162
Text Example
Text Example
White with #B24162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24162; }
p { color: rgb(178,65,98); }
H1.HeaderClassName
{
color: #B24162;
}
.AnyTagClassName
{
color: #B24162;
}
</style>
background-color css
<style>
a { background-color: #B24162; }
a { background-color: rgb(178,65,98); }
div.DivClassName
{
background-color: #B24162;
}
.BgClassName
{
background-color: #B24162;
}
</style>
border-color css
<style>
span { border-color: #B24162; }
span { border-color: rgb(178,65,98); }
td.TdClassName
{
border-color: #B24162;
}
.TagClassName
{
border-color: #B24162;
}
</style>