Shades of Rouge #B2305E
Tints of Rouge #B2305E
RGB
CMYK
RGB Variations
Color information
#B2305E (or 0xB2305E) is known color: Rouge. HEX triplet: B2, 30 and 5E. RGB value is (178,48,94). Sum of RGB (Red+Green+Blue) = 178+48+94=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2305E is #4DCFA1. Grayscale: #5C5C5C. Windows color (decimal): -5099426 or 6172850. OLE color: 6172850.
HSL color Cylindrical-coordinate representation of color #B2305E: hue angle of 338.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 #B2305E is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 94 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.30 |
| HSL | 338.77º | 0.58% | 0.44% | - |
| HSV(B) | 338.77º | 0.73% | 0.7% | - |
| XYZ | 21.44 | 12.39 | 11.85 | - |
| YUV | 92.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 94 | 0 | 0.73 | 0.47 | 0.30 | 338.77 | 0.58 | 0.44 |
| Hex | B2 | 30 | 5E | 0 | 49 | 2F | 1E | 153 | 3A | 2C |
| Octal | 262 | 60 | 136 | 0 | 111 | 57 | 36 | 523 | 72 | 54 |
| Binary | 10110010 | 110000 | 1011110 | 0 | 1001001 | 101111 | 11110 | 101010011 | 111010 | 101100 |
Color Harmonies of #B2305E
Complementary color
Monochromatic Colors of #B2305E
Black with #B2305E
Text Example
Text Example
White with #B2305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2305E; }
p { color: rgb(178,48,94); }
H1.HeaderClassName
{
color: #B2305E;
}
.AnyTagClassName
{
color: #B2305E;
}
</style>
background-color css
<style>
a { background-color: #B2305E; }
a { background-color: rgb(178,48,94); }
div.DivClassName
{
background-color: #B2305E;
}
.BgClassName
{
background-color: #B2305E;
}
</style>
border-color css
<style>
span { border-color: #B2305E; }
span { border-color: rgb(178,48,94); }
td.TdClassName
{
border-color: #B2305E;
}
.TagClassName
{
border-color: #B2305E;
}
</style>