Shades of Rouge #B23A70
Tints of Rouge #B23A70
RGB
CMYK
RGB Variations
Color information
#B23A70 (or 0xB23A70) is known color: Rouge. HEX triplet: B2, 3A and 70. RGB value is (178,58,112). Sum of RGB (Red+Green+Blue) = 178+58+112=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A70 is #4DC58F. Grayscale: #636363. Windows color (decimal): -5096848 or 7355058. OLE color: 7355058.
HSL color Cylindrical-coordinate representation of color #B23A70: hue angle of 333º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23A70 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 112 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.30 |
| HSL | 333º | 0.51% | 0.46% | - |
| HSV(B) | 333º | 0.67% | 0.7% | - |
| XYZ | 22.8 | 13.66 | 16.76 | - |
| YUV | 100.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 112 | 0 | 0.67 | 0.37 | 0.30 | 333 | 0.51 | 0.46 |
| Hex | B2 | 3A | 70 | 0 | 43 | 25 | 1E | 14D | 33 | 2E |
| Octal | 262 | 72 | 160 | 0 | 103 | 45 | 36 | 515 | 63 | 56 |
| Binary | 10110010 | 111010 | 1110000 | 0 | 1000011 | 100101 | 11110 | 101001101 | 110011 | 101110 |
Color Harmonies of #B23A70
Complementary color
Monochromatic Colors of #B23A70
Black with #B23A70
Text Example
Text Example
White with #B23A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A70; }
p { color: rgb(178,58,112); }
H1.HeaderClassName
{
color: #B23A70;
}
.AnyTagClassName
{
color: #B23A70;
}
</style>
background-color css
<style>
a { background-color: #B23A70; }
a { background-color: rgb(178,58,112); }
div.DivClassName
{
background-color: #B23A70;
}
.BgClassName
{
background-color: #B23A70;
}
</style>
border-color css
<style>
span { border-color: #B23A70; }
span { border-color: rgb(178,58,112); }
td.TdClassName
{
border-color: #B23A70;
}
.TagClassName
{
border-color: #B23A70;
}
</style>