#B33D5F

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

Shades of Rouge #B33D5F

Tints of Rouge #B33D5F

Color information

#B33D5F (or 0xB33D5F) is unknown color: approx Rouge. HEX triplet: B3, 3D and 5F. RGB value is (179,61,95). Sum of RGB (Red+Green+Blue) = 179+61+95=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D5F is #4CC2A0. Grayscale: #646464. Windows color (decimal): -5030561 or 6241715. OLE color: 6241715.

HSL color Cylindrical-coordinate representation of color #B33D5F: hue angle of 342.71º 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 #B33D5F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1796195-
CMYK00.660.470.30
HSL342.71º49.17%47.06%-
HSV(B)342.71º65.92%70.2%-
XYZ22.3213.7512.3-
YUV100.16125.09184.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=53.43%
G=18.21%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179619500.660.470.30342.7149.1747.06
HexB33D5F0422F1E157312f
Octal26375137010257365276157
Binary1011001111110110111110100001010111111110101010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D5F; }

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

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

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

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

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

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

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

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