Shades of Rouge #B24164
Tints of Rouge #B24164
RGB
CMYK
RGB Variations
Color information
#B24164 (or 0xB24164) is known color: Rouge. HEX triplet: B2, 41 and 64. RGB value is (178,65,100). Sum of RGB (Red+Green+Blue) = 178+65+100=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B24164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24164 is #4DBE9B. Grayscale: #666666. Windows color (decimal): -5095068 or 6570418. OLE color: 6570418.
HSL color Cylindrical-coordinate representation of color #B24164: hue angle of 341.42º 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 #B24164 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 100 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.30 |
| HSL | 341.42º | 0.47% | 0.48% | - |
| HSV(B) | 341.42º | 0.63% | 0.7% | - |
| XYZ | 22.55 | 14.17 | 13.6 | - |
| YUV | 102.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 100 | 0 | 0.63 | 0.44 | 0.30 | 341.42 | 0.47 | 0.48 |
| Hex | B2 | 41 | 64 | 0 | 3F | 2C | 1E | 155 | 2F | 30 |
| Octal | 262 | 101 | 144 | 0 | 77 | 54 | 36 | 525 | 57 | 60 |
| Binary | 10110010 | 1000001 | 1100100 | 0 | 111111 | 101100 | 11110 | 101010101 | 101111 | 110000 |
Color Harmonies of #B24164
Complementary color
Monochromatic Colors of #B24164
Black with #B24164
Text Example
Text Example
White with #B24164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24164; }
p { color: rgb(178,65,100); }
H1.HeaderClassName
{
color: #B24164;
}
.AnyTagClassName
{
color: #B24164;
}
</style>
background-color css
<style>
a { background-color: #B24164; }
a { background-color: rgb(178,65,100); }
div.DivClassName
{
background-color: #B24164;
}
.BgClassName
{
background-color: #B24164;
}
</style>
border-color css
<style>
span { border-color: #B24164; }
span { border-color: rgb(178,65,100); }
td.TdClassName
{
border-color: #B24164;
}
.TagClassName
{
border-color: #B24164;
}
</style>