Shades of Rouge #B23265
Tints of Rouge #B23265
RGB
CMYK
RGB Variations
Color information
#B23265 (or 0xB23265) is known color: Rouge. HEX triplet: B2, 32 and 65. RGB value is (178,50,101). Sum of RGB (Red+Green+Blue) = 178+50+101=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B23265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23265 is #4DCD9A. Grayscale: #5E5E5E. Windows color (decimal): -5098907 or 6632114. OLE color: 6632114.
HSL color Cylindrical-coordinate representation of color #B23265: hue angle of 336.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23265 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 101 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.30 |
| HSL | 336.09º | 0.56% | 0.45% | - |
| HSV(B) | 336.09º | 0.72% | 0.7% | - |
| XYZ | 21.85 | 12.69 | 13.61 | - |
| YUV | 94.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 101 | 0 | 0.72 | 0.43 | 0.30 | 336.09 | 0.56 | 0.45 |
| Hex | B2 | 32 | 65 | 0 | 48 | 2B | 1E | 150 | 38 | 2D |
| Octal | 262 | 62 | 145 | 0 | 110 | 53 | 36 | 520 | 70 | 55 |
| Binary | 10110010 | 110010 | 1100101 | 0 | 1001000 | 101011 | 11110 | 101010000 | 111000 | 101101 |
Color Harmonies of #B23265
Complementary color
Monochromatic Colors of #B23265
Black with #B23265
Text Example
Text Example
White with #B23265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23265; }
p { color: rgb(178,50,101); }
H1.HeaderClassName
{
color: #B23265;
}
.AnyTagClassName
{
color: #B23265;
}
</style>
background-color css
<style>
a { background-color: #B23265; }
a { background-color: rgb(178,50,101); }
div.DivClassName
{
background-color: #B23265;
}
.BgClassName
{
background-color: #B23265;
}
</style>
border-color css
<style>
span { border-color: #B23265; }
span { border-color: rgb(178,50,101); }
td.TdClassName
{
border-color: #B23265;
}
.TagClassName
{
border-color: #B23265;
}
</style>