Shades of Rouge #B02E63
Tints of Rouge #B02E63
RGB
CMYK
RGB Variations
Color information
#B02E63 (or 0xB02E63) is known color: Rouge. HEX triplet: B0, 2E and 63. RGB value is (176,46,99). Sum of RGB (Red+Green+Blue) = 176+46+99=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E63 is #4FD19C. Grayscale: #5A5A5A. Windows color (decimal): -5231005 or 6500016. OLE color: 6500016.
HSL color Cylindrical-coordinate representation of color #B02E63: hue angle of 335.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02E63 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 99 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.31 |
| HSL | 335.54º | 0.59% | 0.44% | - |
| HSV(B) | 335.54º | 0.74% | 0.69% | - |
| XYZ | 21.13 | 12.08 | 13.02 | - |
| YUV | 90.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 99 | 0 | 0.74 | 0.44 | 0.31 | 335.54 | 0.59 | 0.44 |
| Hex | B0 | 2E | 63 | 0 | 4A | 2C | 1F | 150 | 3B | 2C |
| Octal | 260 | 56 | 143 | 0 | 112 | 54 | 37 | 520 | 73 | 54 |
| Binary | 10110000 | 101110 | 1100011 | 0 | 1001010 | 101100 | 11111 | 101010000 | 111011 | 101100 |
Color Harmonies of #B02E63
Complementary color
Monochromatic Colors of #B02E63
Black with #B02E63
Text Example
Text Example
White with #B02E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E63; }
p { color: rgb(176,46,99); }
H1.HeaderClassName
{
color: #B02E63;
}
.AnyTagClassName
{
color: #B02E63;
}
</style>
background-color css
<style>
a { background-color: #B02E63; }
a { background-color: rgb(176,46,99); }
div.DivClassName
{
background-color: #B02E63;
}
.BgClassName
{
background-color: #B02E63;
}
</style>
border-color css
<style>
span { border-color: #B02E63; }
span { border-color: rgb(176,46,99); }
td.TdClassName
{
border-color: #B02E63;
}
.TagClassName
{
border-color: #B02E63;
}
</style>