Shades of Rouge #B23C5C
Tints of Rouge #B23C5C
RGB
CMYK
RGB Variations
Color information
#B23C5C (or 0xB23C5C) is known color: Rouge. HEX triplet: B2, 3C and 5C. RGB value is (178,60,92). Sum of RGB (Red+Green+Blue) = 178+60+92=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C5C is #4DC3A3. Grayscale: #626262. Windows color (decimal): -5096356 or 6044850. OLE color: 6044850.
HSL color Cylindrical-coordinate representation of color #B23C5C: hue angle of 343.73º 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 #B23C5C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 92 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.30 |
| HSL | 343.73º | 0.5% | 0.47% | - |
| HSV(B) | 343.73º | 0.66% | 0.7% | - |
| XYZ | 21.91 | 13.47 | 11.57 | - |
| YUV | 98.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 92 | 0 | 0.66 | 0.48 | 0.30 | 343.73 | 0.5 | 0.47 |
| Hex | B2 | 3C | 5C | 0 | 42 | 30 | 1E | 158 | 32 | 2F |
| Octal | 262 | 74 | 134 | 0 | 102 | 60 | 36 | 530 | 62 | 57 |
| Binary | 10110010 | 111100 | 1011100 | 0 | 1000010 | 110000 | 11110 | 101011000 | 110010 | 101111 |
Color Harmonies of #B23C5C
Complementary color
Monochromatic Colors of #B23C5C
Black with #B23C5C
Text Example
Text Example
White with #B23C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C5C; }
p { color: rgb(178,60,92); }
H1.HeaderClassName
{
color: #B23C5C;
}
.AnyTagClassName
{
color: #B23C5C;
}
</style>
background-color css
<style>
a { background-color: #B23C5C; }
a { background-color: rgb(178,60,92); }
div.DivClassName
{
background-color: #B23C5C;
}
.BgClassName
{
background-color: #B23C5C;
}
</style>
border-color css
<style>
span { border-color: #B23C5C; }
span { border-color: rgb(178,60,92); }
td.TdClassName
{
border-color: #B23C5C;
}
.TagClassName
{
border-color: #B23C5C;
}
</style>