Shades of Rouge #B02665
Tints of Rouge #B02665
RGB
CMYK
RGB Variations
Color information
#B02665 (or 0xB02665) is known color: Rouge. HEX triplet: B0, 26 and 65. RGB value is (176,38,101). Sum of RGB (Red+Green+Blue) = 176+38+101=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B02665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02665 is #4FD99A. Grayscale: #565656. Windows color (decimal): -5233051 or 6629040. OLE color: 6629040.
HSL color Cylindrical-coordinate representation of color #B02665: hue angle of 332.61º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02665 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 101 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.31 |
| HSL | 332.61º | 0.64% | 0.42% | - |
| HSV(B) | 332.61º | 0.78% | 0.69% | - |
| XYZ | 20.95 | 11.56 | 13.44 | - |
| YUV | 86.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 101 | 0 | 0.78 | 0.43 | 0.31 | 332.61 | 0.64 | 0.42 |
| Hex | B0 | 26 | 65 | 0 | 4E | 2B | 1F | 14D | 40 | 2A |
| Octal | 260 | 46 | 145 | 0 | 116 | 53 | 37 | 515 | 100 | 52 |
| Binary | 10110000 | 100110 | 1100101 | 0 | 1001110 | 101011 | 11111 | 101001101 | 1000000 | 101010 |
Color Harmonies of #B02665
Complementary color
Monochromatic Colors of #B02665
Black with #B02665
Text Example
Text Example
White with #B02665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02665; }
p { color: rgb(176,38,101); }
H1.HeaderClassName
{
color: #B02665;
}
.AnyTagClassName
{
color: #B02665;
}
</style>
background-color css
<style>
a { background-color: #B02665; }
a { background-color: rgb(176,38,101); }
div.DivClassName
{
background-color: #B02665;
}
.BgClassName
{
background-color: #B02665;
}
</style>
border-color css
<style>
span { border-color: #B02665; }
span { border-color: rgb(176,38,101); }
td.TdClassName
{
border-color: #B02665;
}
.TagClassName
{
border-color: #B02665;
}
</style>