#B4335B

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

Shades of Rouge #B4335B

Tints of Rouge #B4335B

Color information

#B4335B (or 0xB4335B) is unknown color: approx Rouge. HEX triplet: B4, 33 and 5B. RGB value is (180,51,91). Sum of RGB (Red+Green+Blue) = 180+51+91=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4335B is #4BCCA4. Grayscale: #5E5E5E. Windows color (decimal): -4967589 or 5977012. OLE color: 5977012.

HSL color Cylindrical-coordinate representation of color #B4335B: hue angle of 341.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4335B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1805191-
CMYK00.720.490.29
HSL341.4º55.84%45.29%-
HSV(B)341.4º71.67%70.59%-
XYZ21.8912.8311.22-
YUV94.13126.24189.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=55.90%
G=15.84%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180519100.720.490.29341.455.8445.29
HexB4335B048311D155382d
Octal26463133011061355257055
Binary1011010011001110110110100100011000111101101010101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4335B; }

 p { color: rgb(180,51,91); }

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

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

 a { background-color: rgb(180,51,91); }

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

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

 span { border-color: rgb(180,51,91); }

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