Shades of Rouge #B33D5C
Tints of Rouge #B33D5C
RGB
CMYK
RGB Variations
Color information
#B33D5C (or 0xB33D5C) is known color: Rouge. HEX triplet: B3, 3D and 5C. RGB value is (179,61,92). Sum of RGB (Red+Green+Blue) = 179+61+92=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D5C is #4CC2A3. Grayscale: #636363. Windows color (decimal): -5030564 or 6045107. OLE color: 6045107.
HSL color Cylindrical-coordinate representation of color #B33D5C: hue angle of 344.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D5C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 92 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.30 |
| HSL | 344.24º | 0.49% | 0.47% | - |
| HSV(B) | 344.24º | 0.66% | 0.7% | - |
| XYZ | 22.19 | 13.69 | 11.6 | - |
| YUV | 99.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 92 | 0 | 0.66 | 0.49 | 0.30 | 344.24 | 0.49 | 0.47 |
| Hex | B3 | 3D | 5C | 0 | 42 | 31 | 1E | 158 | 31 | 2F |
| Octal | 263 | 75 | 134 | 0 | 102 | 61 | 36 | 530 | 61 | 57 |
| Binary | 10110011 | 111101 | 1011100 | 0 | 1000010 | 110001 | 11110 | 101011000 | 110001 | 101111 |
Color Harmonies of #B33D5C
Complementary color
Monochromatic Colors of #B33D5C
Black with #B33D5C
Text Example
Text Example
White with #B33D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D5C; }
p { color: rgb(179,61,92); }
H1.HeaderClassName
{
color: #B33D5C;
}
.AnyTagClassName
{
color: #B33D5C;
}
</style>
background-color css
<style>
a { background-color: #B33D5C; }
a { background-color: rgb(179,61,92); }
div.DivClassName
{
background-color: #B33D5C;
}
.BgClassName
{
background-color: #B33D5C;
}
</style>
border-color css
<style>
span { border-color: #B33D5C; }
span { border-color: rgb(179,61,92); }
td.TdClassName
{
border-color: #B33D5C;
}
.TagClassName
{
border-color: #B33D5C;
}
</style>