Shades of Rouge #B23C5E
Tints of Rouge #B23C5E
RGB
CMYK
RGB Variations
Color information
#B23C5E (or 0xB23C5E) is known color: Rouge. HEX triplet: B2, 3C and 5E. RGB value is (178,60,94). Sum of RGB (Red+Green+Blue) = 178+60+94=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C5E is #4DC3A1. Grayscale: #636363. Windows color (decimal): -5096354 or 6175922. OLE color: 6175922.
HSL color Cylindrical-coordinate representation of color #B23C5E: hue angle of 342.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C5E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 94 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.30 |
| HSL | 342.71º | 0.5% | 0.47% | - |
| HSV(B) | 342.71º | 0.66% | 0.7% | - |
| XYZ | 22 | 13.5 | 12.04 | - |
| YUV | 99.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 94 | 0 | 0.66 | 0.47 | 0.30 | 342.71 | 0.5 | 0.47 |
| Hex | B2 | 3C | 5E | 0 | 42 | 2F | 1E | 157 | 32 | 2F |
| Octal | 262 | 74 | 136 | 0 | 102 | 57 | 36 | 527 | 62 | 57 |
| Binary | 10110010 | 111100 | 1011110 | 0 | 1000010 | 101111 | 11110 | 101010111 | 110010 | 101111 |
Color Harmonies of #B23C5E
Complementary color
Monochromatic Colors of #B23C5E
Black with #B23C5E
Text Example
Text Example
White with #B23C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C5E; }
p { color: rgb(178,60,94); }
H1.HeaderClassName
{
color: #B23C5E;
}
.AnyTagClassName
{
color: #B23C5E;
}
</style>
background-color css
<style>
a { background-color: #B23C5E; }
a { background-color: rgb(178,60,94); }
div.DivClassName
{
background-color: #B23C5E;
}
.BgClassName
{
background-color: #B23C5E;
}
</style>
border-color css
<style>
span { border-color: #B23C5E; }
span { border-color: rgb(178,60,94); }
td.TdClassName
{
border-color: #B23C5E;
}
.TagClassName
{
border-color: #B23C5E;
}
</style>