Shades of Rouge #B33370
Tints of Rouge #B33370
RGB
CMYK
RGB Variations
Color information
#B33370 (or 0xB33370) is known color: Rouge. HEX triplet: B3, 33 and 70. RGB value is (179,51,112). Sum of RGB (Red+Green+Blue) = 179+51+112=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B33370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33370 is #4CCC8F. Grayscale: #606060. Windows color (decimal): -5033104 or 7353267. OLE color: 7353267.
HSL color Cylindrical-coordinate representation of color #B33370: hue angle of 331.41º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33370 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 112 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.30 |
| HSL | 331.41º | 0.56% | 0.45% | - |
| HSV(B) | 331.41º | 0.72% | 0.7% | - |
| XYZ | 22.7 | 13.12 | 16.67 | - |
| YUV | 96.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 112 | 0 | 0.72 | 0.37 | 0.30 | 331.41 | 0.56 | 0.45 |
| Hex | B3 | 33 | 70 | 0 | 48 | 25 | 1E | 14B | 38 | 2D |
| Octal | 263 | 63 | 160 | 0 | 110 | 45 | 36 | 513 | 70 | 55 |
| Binary | 10110011 | 110011 | 1110000 | 0 | 1001000 | 100101 | 11110 | 101001011 | 111000 | 101101 |
Color Harmonies of #B33370
Complementary color
Monochromatic Colors of #B33370
Black with #B33370
Text Example
Text Example
White with #B33370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33370; }
p { color: rgb(179,51,112); }
H1.HeaderClassName
{
color: #B33370;
}
.AnyTagClassName
{
color: #B33370;
}
</style>
background-color css
<style>
a { background-color: #B33370; }
a { background-color: rgb(179,51,112); }
div.DivClassName
{
background-color: #B33370;
}
.BgClassName
{
background-color: #B33370;
}
</style>
border-color css
<style>
span { border-color: #B33370; }
span { border-color: rgb(179,51,112); }
td.TdClassName
{
border-color: #B33370;
}
.TagClassName
{
border-color: #B33370;
}
</style>