Shades of Rouge #B32A5E
Tints of Rouge #B32A5E
RGB
CMYK
RGB Variations
Color information
#B32A5E (or 0xB32A5E) is known color: Rouge. HEX triplet: B3, 2A and 5E. RGB value is (179,42,94). Sum of RGB (Red+Green+Blue) = 179+42+94=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A5E is #4CD5A1. Grayscale: #585858. Windows color (decimal): -5035426 or 6171315. OLE color: 6171315.
HSL color Cylindrical-coordinate representation of color #B32A5E: hue angle of 337.23º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A5E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 94 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.30 |
| HSL | 337.23º | 0.62% | 0.43% | - |
| HSV(B) | 337.23º | 0.77% | 0.7% | - |
| XYZ | 21.44 | 12.05 | 11.79 | - |
| YUV | 88.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 94 | 0 | 0.77 | 0.47 | 0.30 | 337.23 | 0.62 | 0.43 |
| Hex | B3 | 2A | 5E | 0 | 4D | 2F | 1E | 151 | 3E | 2B |
| Octal | 263 | 52 | 136 | 0 | 115 | 57 | 36 | 521 | 76 | 53 |
| Binary | 10110011 | 101010 | 1011110 | 0 | 1001101 | 101111 | 11110 | 101010001 | 111110 | 101011 |
Color Harmonies of #B32A5E
Complementary color
Monochromatic Colors of #B32A5E
Black with #B32A5E
Text Example
Text Example
White with #B32A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A5E; }
p { color: rgb(179,42,94); }
H1.HeaderClassName
{
color: #B32A5E;
}
.AnyTagClassName
{
color: #B32A5E;
}
</style>
background-color css
<style>
a { background-color: #B32A5E; }
a { background-color: rgb(179,42,94); }
div.DivClassName
{
background-color: #B32A5E;
}
.BgClassName
{
background-color: #B32A5E;
}
</style>
border-color css
<style>
span { border-color: #B32A5E; }
span { border-color: rgb(179,42,94); }
td.TdClassName
{
border-color: #B32A5E;
}
.TagClassName
{
border-color: #B32A5E;
}
</style>