Shades of Rouge #B53C64
Tints of Rouge #B53C64
RGB
CMYK
RGB Variations
Color information
#B53C64 (or 0xB53C64) is known color: Rouge. HEX triplet: B5, 3C and 64. RGB value is (181,60,100). Sum of RGB (Red+Green+Blue) = 181+60+100=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C64 is #4AC39B. Grayscale: #646464. Windows color (decimal): -4899740 or 6569141. OLE color: 6569141.
HSL color Cylindrical-coordinate representation of color #B53C64: hue angle of 340.17º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C64 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 100 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.29 |
| HSL | 340.17º | 0.5% | 0.47% | - |
| HSV(B) | 340.17º | 0.67% | 0.71% | - |
| XYZ | 22.97 | 13.98 | 13.54 | - |
| YUV | 100.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 100 | 0 | 0.67 | 0.45 | 0.29 | 340.17 | 0.5 | 0.47 |
| Hex | B5 | 3C | 64 | 0 | 43 | 2D | 1D | 154 | 32 | 2F |
| Octal | 265 | 74 | 144 | 0 | 103 | 55 | 35 | 524 | 62 | 57 |
| Binary | 10110101 | 111100 | 1100100 | 0 | 1000011 | 101101 | 11101 | 101010100 | 110010 | 101111 |
Color Harmonies of #B53C64
Complementary color
Monochromatic Colors of #B53C64
Black with #B53C64
Text Example
Text Example
White with #B53C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C64; }
p { color: rgb(181,60,100); }
H1.HeaderClassName
{
color: #B53C64;
}
.AnyTagClassName
{
color: #B53C64;
}
</style>
background-color css
<style>
a { background-color: #B53C64; }
a { background-color: rgb(181,60,100); }
div.DivClassName
{
background-color: #B53C64;
}
.BgClassName
{
background-color: #B53C64;
}
</style>
border-color css
<style>
span { border-color: #B53C64; }
span { border-color: rgb(181,60,100); }
td.TdClassName
{
border-color: #B53C64;
}
.TagClassName
{
border-color: #B53C64;
}
</style>