Shades of Rouge #B02A5C
Tints of Rouge #B02A5C
RGB
CMYK
RGB Variations
Color information
#B02A5C (or 0xB02A5C) is known color: Rouge. HEX triplet: B0, 2A and 5C. RGB value is (176,42,92). Sum of RGB (Red+Green+Blue) = 176+42+92=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A5C is #4FD5A3. Grayscale: #575757. Windows color (decimal): -5232036 or 6040240. OLE color: 6040240.
HSL color Cylindrical-coordinate representation of color #B02A5C: hue angle of 337.61º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A5C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 92 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.31 |
| HSL | 337.61º | 0.61% | 0.43% | - |
| HSV(B) | 337.61º | 0.76% | 0.69% | - |
| XYZ | 20.66 | 11.66 | 11.29 | - |
| YUV | 87.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 92 | 0 | 0.76 | 0.48 | 0.31 | 337.61 | 0.61 | 0.43 |
| Hex | B0 | 2A | 5C | 0 | 4C | 30 | 1F | 152 | 3D | 2B |
| Octal | 260 | 52 | 134 | 0 | 114 | 60 | 37 | 522 | 75 | 53 |
| Binary | 10110000 | 101010 | 1011100 | 0 | 1001100 | 110000 | 11111 | 101010010 | 111101 | 101011 |
Color Harmonies of #B02A5C
Complementary color
Monochromatic Colors of #B02A5C
Black with #B02A5C
Text Example
Text Example
White with #B02A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A5C; }
p { color: rgb(176,42,92); }
H1.HeaderClassName
{
color: #B02A5C;
}
.AnyTagClassName
{
color: #B02A5C;
}
</style>
background-color css
<style>
a { background-color: #B02A5C; }
a { background-color: rgb(176,42,92); }
div.DivClassName
{
background-color: #B02A5C;
}
.BgClassName
{
background-color: #B02A5C;
}
</style>
border-color css
<style>
span { border-color: #B02A5C; }
span { border-color: rgb(176,42,92); }
td.TdClassName
{
border-color: #B02A5C;
}
.TagClassName
{
border-color: #B02A5C;
}
</style>