Shades of Rouge #B23462
Tints of Rouge #B23462
RGB
CMYK
RGB Variations
Color information
#B23462 (or 0xB23462) is known color: Rouge. HEX triplet: B2, 34 and 62. RGB value is (178,52,98). Sum of RGB (Red+Green+Blue) = 178+52+98=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B23462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23462 is #4DCB9D. Grayscale: #5E5E5E. Windows color (decimal): -5098398 or 6436018. OLE color: 6436018.
HSL color Cylindrical-coordinate representation of color #B23462: hue angle of 338.1º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23462 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 98 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.30 |
| HSL | 338.1º | 0.55% | 0.45% | - |
| HSV(B) | 338.1º | 0.71% | 0.7% | - |
| XYZ | 21.79 | 12.8 | 12.88 | - |
| YUV | 94.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 98 | 0 | 0.71 | 0.45 | 0.30 | 338.1 | 0.55 | 0.45 |
| Hex | B2 | 34 | 62 | 0 | 47 | 2D | 1E | 152 | 37 | 2D |
| Octal | 262 | 64 | 142 | 0 | 107 | 55 | 36 | 522 | 67 | 55 |
| Binary | 10110010 | 110100 | 1100010 | 0 | 1000111 | 101101 | 11110 | 101010010 | 110111 | 101101 |
Color Harmonies of #B23462
Complementary color
Monochromatic Colors of #B23462
Black with #B23462
Text Example
Text Example
White with #B23462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23462; }
p { color: rgb(178,52,98); }
H1.HeaderClassName
{
color: #B23462;
}
.AnyTagClassName
{
color: #B23462;
}
</style>
background-color css
<style>
a { background-color: #B23462; }
a { background-color: rgb(178,52,98); }
div.DivClassName
{
background-color: #B23462;
}
.BgClassName
{
background-color: #B23462;
}
</style>
border-color css
<style>
span { border-color: #B23462; }
span { border-color: rgb(178,52,98); }
td.TdClassName
{
border-color: #B23462;
}
.TagClassName
{
border-color: #B23462;
}
</style>