#B4335C

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

Shades of Rouge #B4335C

Tints of Rouge #B4335C

Color information

#B4335C (or 0xB4335C) is unknown color: approx Rouge. HEX triplet: B4, 33 and 5C. RGB value is (180,51,92). Sum of RGB (Red+Green+Blue) = 180+51+92=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4335C is #4BCCA3. Grayscale: #5E5E5E. Windows color (decimal): -4967588 or 6042548. OLE color: 6042548.

HSL color Cylindrical-coordinate representation of color #B4335C: hue angle of 340.93º 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 #B4335C is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1805192-
CMYK00.720.490.29
HSL340.93º55.84%45.29%-
HSV(B)340.93º71.67%70.59%-
XYZ21.9412.8411.45-
YUV94.24126.74189.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=55.73%
G=15.79%
B=28.48%

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
Decimal180519200.720.490.29340.9355.8445.29
HexB4335C048311D155382d
Octal26463134011061355257055
Binary1011010011001110111000100100011000111101101010101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4335C; }

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

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

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

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

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

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

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

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