Shades of Rouge #B2306B
Tints of Rouge #B2306B
RGB
CMYK
RGB Variations
Color information
#B2306B (or 0xB2306B) is known color: Rouge. HEX triplet: B2, 30 and 6B. RGB value is (178,48,107). Sum of RGB (Red+Green+Blue) = 178+48+107=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2306B is #4DCF94. Grayscale: #5D5D5D. Windows color (decimal): -5099413 or 7024818. OLE color: 7024818.
HSL color Cylindrical-coordinate representation of color #B2306B: hue angle of 332.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2306B is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 107 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.30 |
| HSL | 332.77º | 0.58% | 0.44% | - |
| HSV(B) | 332.77º | 0.73% | 0.7% | - |
| XYZ | 22.07 | 12.64 | 15.19 | - |
| YUV | 93.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 107 | 0 | 0.73 | 0.40 | 0.30 | 332.77 | 0.58 | 0.44 |
| Hex | B2 | 30 | 6B | 0 | 49 | 28 | 1E | 14D | 3A | 2C |
| Octal | 262 | 60 | 153 | 0 | 111 | 50 | 36 | 515 | 72 | 54 |
| Binary | 10110010 | 110000 | 1101011 | 0 | 1001001 | 101000 | 11110 | 101001101 | 111010 | 101100 |
Color Harmonies of #B2306B
Complementary color
Monochromatic Colors of #B2306B
Black with #B2306B
Text Example
Text Example
White with #B2306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2306B; }
p { color: rgb(178,48,107); }
H1.HeaderClassName
{
color: #B2306B;
}
.AnyTagClassName
{
color: #B2306B;
}
</style>
background-color css
<style>
a { background-color: #B2306B; }
a { background-color: rgb(178,48,107); }
div.DivClassName
{
background-color: #B2306B;
}
.BgClassName
{
background-color: #B2306B;
}
</style>
border-color css
<style>
span { border-color: #B2306B; }
span { border-color: rgb(178,48,107); }
td.TdClassName
{
border-color: #B2306B;
}
.TagClassName
{
border-color: #B2306B;
}
</style>