Shades of Rouge #B02C6C
Tints of Rouge #B02C6C
RGB
CMYK
RGB Variations
Color information
#B02C6C (or 0xB02C6C) is known color: Rouge. HEX triplet: B0, 2C and 6C. RGB value is (176,44,108). Sum of RGB (Red+Green+Blue) = 176+44+108=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C6C is #4FD393. Grayscale: #5A5A5A. Windows color (decimal): -5231508 or 7089328. OLE color: 7089328.
HSL color Cylindrical-coordinate representation of color #B02C6C: hue angle of 330.91º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C6C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 108 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.31 |
| HSL | 330.91º | 0.6% | 0.43% | - |
| HSV(B) | 330.91º | 0.75% | 0.69% | - |
| XYZ | 21.51 | 12.11 | 15.39 | - |
| YUV | 90.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 108 | 0 | 0.75 | 0.39 | 0.31 | 330.91 | 0.6 | 0.43 |
| Hex | B0 | 2C | 6C | 0 | 4B | 27 | 1F | 14B | 3C | 2B |
| Octal | 260 | 54 | 154 | 0 | 113 | 47 | 37 | 513 | 74 | 53 |
| Binary | 10110000 | 101100 | 1101100 | 0 | 1001011 | 100111 | 11111 | 101001011 | 111100 | 101011 |
Color Harmonies of #B02C6C
Complementary color
Monochromatic Colors of #B02C6C
Black with #B02C6C
Text Example
Text Example
White with #B02C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C6C; }
p { color: rgb(176,44,108); }
H1.HeaderClassName
{
color: #B02C6C;
}
.AnyTagClassName
{
color: #B02C6C;
}
</style>
background-color css
<style>
a { background-color: #B02C6C; }
a { background-color: rgb(176,44,108); }
div.DivClassName
{
background-color: #B02C6C;
}
.BgClassName
{
background-color: #B02C6C;
}
</style>
border-color css
<style>
span { border-color: #B02C6C; }
span { border-color: rgb(176,44,108); }
td.TdClassName
{
border-color: #B02C6C;
}
.TagClassName
{
border-color: #B02C6C;
}
</style>