Shades of Rouge #B5256A
Tints of Rouge #B5256A
RGB
CMYK
RGB Variations
Color information
#B5256A (or 0xB5256A) is known color: Rouge. HEX triplet: B5, 25 and 6A. RGB value is (181,37,106). Sum of RGB (Red+Green+Blue) = 181+37+106=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5256A is #4ADA95. Grayscale: #575757. Windows color (decimal): -4905622 or 6956469. OLE color: 6956469.
HSL color Cylindrical-coordinate representation of color #B5256A: hue angle of 331.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5256A is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 106 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.29 |
| HSL | 331.25º | 0.66% | 0.43% | - |
| HSV(B) | 331.25º | 0.8% | 0.71% | - |
| XYZ | 22.32 | 12.19 | 14.81 | - |
| YUV | 87.92 | 138.21 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 106 | 0 | 0.80 | 0.41 | 0.29 | 331.25 | 0.66 | 0.43 |
| Hex | B5 | 25 | 6A | 0 | 50 | 29 | 1D | 14B | 42 | 2B |
| Octal | 265 | 45 | 152 | 0 | 120 | 51 | 35 | 513 | 102 | 53 |
| Binary | 10110101 | 100101 | 1101010 | 0 | 1010000 | 101001 | 11101 | 101001011 | 1000010 | 101011 |
Color Harmonies of #B5256A
Complementary color
Monochromatic Colors of #B5256A
Black with #B5256A
Text Example
Text Example
White with #B5256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5256A; }
p { color: rgb(181,37,106); }
H1.HeaderClassName
{
color: #B5256A;
}
.AnyTagClassName
{
color: #B5256A;
}
</style>
background-color css
<style>
a { background-color: #B5256A; }
a { background-color: rgb(181,37,106); }
div.DivClassName
{
background-color: #B5256A;
}
.BgClassName
{
background-color: #B5256A;
}
</style>
border-color css
<style>
span { border-color: #B5256A; }
span { border-color: rgb(181,37,106); }
td.TdClassName
{
border-color: #B5256A;
}
.TagClassName
{
border-color: #B5256A;
}
</style>