#B33B5F

Color #B33B5F Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B33B5F

Tints of Rouge #B33B5F

Color information

#B33B5F (or 0xB33B5F) is unknown color: approx Rouge. HEX triplet: B3, 3B and 5F. RGB value is (179,59,95). Sum of RGB (Red+Green+Blue) = 179+59+95=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B5F is #4CC4A0. Grayscale: #626262. Windows color (decimal): -5031073 or 6241203. OLE color: 6241203.

HSL color Cylindrical-coordinate representation of color #B33B5F: hue angle of 342º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B5F is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1795995-
CMYK00.670.470.30
HSL342º50.42%46.67%-
HSV(B)342º67.04%70.2%-
XYZ22.2213.5412.27-
YUV98.98125.76185.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=53.75%
G=17.72%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179599500.670.470.3034250.4246.67
HexB33B5F0432F1E156322f
Octal26373137010357365266257
Binary1011001111101110111110100001110111111110101010110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B5F; }

 p { color: rgb(179,59,95); }

 H1.HeaderClassName
 {
   color: #B33B5F;
 }
 .AnyTagClassName
 {
   color: #B33B5F;
 }
</style>
background-color css

<style>
 a { background-color: #B33B5F; }

 a { background-color: rgb(179,59,95); }

 div.DivClassName
 {
   background-color: #B33B5F;
 }
 .BgClassName
 {
   background-color: #B33B5F;
 }
</style>
border-color css

<style>
 span { border-color: #B33B5F; }

 span { border-color: rgb(179,59,95); }

 td.TdClassName
 {
   border-color: #B33B5F;
 }
 .TagClassName
 {
   border-color: #B33B5F;
 }
</style>