Shades of Rouge #B63C5C
Tints of Rouge #B63C5C
RGB
CMYK
RGB Variations
Color information
#B63C5C (or 0xB63C5C) is known color: Rouge. HEX triplet: B6, 3C and 5C. RGB value is (182,60,92). Sum of RGB (Red+Green+Blue) = 182+60+92=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C5C is #49C3A3. Grayscale: #646464. Windows color (decimal): -4834212 or 6044854. OLE color: 6044854.
HSL color Cylindrical-coordinate representation of color #B63C5C: hue angle of 344.26º 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 #B63C5C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 92 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.29 |
| HSL | 344.26º | 0.5% | 0.47% | - |
| HSV(B) | 344.26º | 0.67% | 0.71% | - |
| XYZ | 22.84 | 13.95 | 11.61 | - |
| YUV | 100.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 92 | 0 | 0.67 | 0.49 | 0.29 | 344.26 | 0.5 | 0.47 |
| Hex | B6 | 3C | 5C | 0 | 43 | 31 | 1D | 158 | 32 | 2F |
| Octal | 266 | 74 | 134 | 0 | 103 | 61 | 35 | 530 | 62 | 57 |
| Binary | 10110110 | 111100 | 1011100 | 0 | 1000011 | 110001 | 11101 | 101011000 | 110010 | 101111 |
Color Harmonies of #B63C5C
Complementary color
Monochromatic Colors of #B63C5C
Black with #B63C5C
Text Example
Text Example
White with #B63C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C5C; }
p { color: rgb(182,60,92); }
H1.HeaderClassName
{
color: #B63C5C;
}
.AnyTagClassName
{
color: #B63C5C;
}
</style>
background-color css
<style>
a { background-color: #B63C5C; }
a { background-color: rgb(182,60,92); }
div.DivClassName
{
background-color: #B63C5C;
}
.BgClassName
{
background-color: #B63C5C;
}
</style>
border-color css
<style>
span { border-color: #B63C5C; }
span { border-color: rgb(182,60,92); }
td.TdClassName
{
border-color: #B63C5C;
}
.TagClassName
{
border-color: #B63C5C;
}
</style>