Shades of Rouge #B23870
Tints of Rouge #B23870
RGB
CMYK
RGB Variations
Color information
#B23870 (or 0xB23870) is known color: Rouge. HEX triplet: B2, 38 and 70. RGB value is (178,56,112). Sum of RGB (Red+Green+Blue) = 178+56+112=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23870 is #4DC78F. Grayscale: #626262. Windows color (decimal): -5097360 or 7354546. OLE color: 7354546.
HSL color Cylindrical-coordinate representation of color #B23870: hue angle of 332.46º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23870 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 112 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.30 |
| HSL | 332.46º | 0.52% | 0.46% | - |
| HSV(B) | 332.46º | 0.69% | 0.7% | - |
| XYZ | 22.7 | 13.46 | 16.73 | - |
| YUV | 98.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 112 | 0 | 0.69 | 0.37 | 0.30 | 332.46 | 0.52 | 0.46 |
| Hex | B2 | 38 | 70 | 0 | 45 | 25 | 1E | 14C | 34 | 2E |
| Octal | 262 | 70 | 160 | 0 | 105 | 45 | 36 | 514 | 64 | 56 |
| Binary | 10110010 | 111000 | 1110000 | 0 | 1000101 | 100101 | 11110 | 101001100 | 110100 | 101110 |
Color Harmonies of #B23870
Complementary color
Monochromatic Colors of #B23870
Black with #B23870
Text Example
Text Example
White with #B23870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23870; }
p { color: rgb(178,56,112); }
H1.HeaderClassName
{
color: #B23870;
}
.AnyTagClassName
{
color: #B23870;
}
</style>
background-color css
<style>
a { background-color: #B23870; }
a { background-color: rgb(178,56,112); }
div.DivClassName
{
background-color: #B23870;
}
.BgClassName
{
background-color: #B23870;
}
</style>
border-color css
<style>
span { border-color: #B23870; }
span { border-color: rgb(178,56,112); }
td.TdClassName
{
border-color: #B23870;
}
.TagClassName
{
border-color: #B23870;
}
</style>