Shades of Rouge #B24262
Tints of Rouge #B24262
RGB
CMYK
RGB Variations
Color information
#B24262 (or 0xB24262) is known color: Rouge. HEX triplet: B2, 42 and 62. RGB value is (178,66,98). Sum of RGB (Red+Green+Blue) = 178+66+98=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24262 is #4DBD9D. Grayscale: #676767. Windows color (decimal): -5094814 or 6439602. OLE color: 6439602.
HSL color Cylindrical-coordinate representation of color #B24262: hue angle of 342.86º degrees, saturation: 0.46, 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 #B24262 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 98 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.30 |
| HSL | 342.86º | 0.46% | 0.48% | - |
| HSV(B) | 342.86º | 0.63% | 0.7% | - |
| XYZ | 22.51 | 14.24 | 13.12 | - |
| YUV | 103.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 98 | 0 | 0.63 | 0.45 | 0.30 | 342.86 | 0.46 | 0.48 |
| Hex | B2 | 42 | 62 | 0 | 3F | 2D | 1E | 157 | 2E | 30 |
| Octal | 262 | 102 | 142 | 0 | 77 | 55 | 36 | 527 | 56 | 60 |
| Binary | 10110010 | 1000010 | 1100010 | 0 | 111111 | 101101 | 11110 | 101010111 | 101110 | 110000 |
Color Harmonies of #B24262
Complementary color
Monochromatic Colors of #B24262
Black with #B24262
Text Example
Text Example
White with #B24262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24262; }
p { color: rgb(178,66,98); }
H1.HeaderClassName
{
color: #B24262;
}
.AnyTagClassName
{
color: #B24262;
}
</style>
background-color css
<style>
a { background-color: #B24262; }
a { background-color: rgb(178,66,98); }
div.DivClassName
{
background-color: #B24262;
}
.BgClassName
{
background-color: #B24262;
}
</style>
border-color css
<style>
span { border-color: #B24262; }
span { border-color: rgb(178,66,98); }
td.TdClassName
{
border-color: #B24262;
}
.TagClassName
{
border-color: #B24262;
}
</style>