#B4355D

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

Shades of Rouge #B4355D

Tints of Rouge #B4355D

Color information

#B4355D (or 0xB4355D) is unknown color: approx Rouge. HEX triplet: B4, 35 and 5D. RGB value is (180,53,93). Sum of RGB (Red+Green+Blue) = 180+53+93=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4355D is #4BCAA2. Grayscale: #5F5F5F. Windows color (decimal): -4967075 or 6108596. OLE color: 6108596.

HSL color Cylindrical-coordinate representation of color #B4355D: hue angle of 341.1º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B4355D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1805393-
CMYK00.710.480.29
HSL341.1º54.51%45.69%-
HSV(B)341.1º70.56%70.59%-
XYZ22.0713.0411.71-
YUV95.53126.58188.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=55.21%
G=16.26%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180539300.710.480.29341.154.5145.69
HexB4355D047301D155372e
Octal26465135010760355256756
Binary1011010011010110111010100011111000011101101010101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4355D; }

 p { color: rgb(180,53,93); }

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

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

 a { background-color: rgb(180,53,93); }

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

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

 span { border-color: rgb(180,53,93); }

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