#B4385D

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

Shades of Rouge #B4385D

Tints of Rouge #B4385D

Color information

#B4385D (or 0xB4385D) is unknown color: approx Rouge. HEX triplet: B4, 38 and 5D. RGB value is (180,56,93). Sum of RGB (Red+Green+Blue) = 180+56+93=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4385D is #4BC7A2. Grayscale: #616161. Windows color (decimal): -4966307 or 6109364. OLE color: 6109364.

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

Color convert

RGB1805693-
CMYK00.690.480.29
HSL342.1º52.54%46.27%-
HSV(B)342.1º68.89%70.59%-
XYZ22.2113.3211.76-
YUV97.29125.58186.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=54.71%
G=17.02%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180569300.690.480.29342.152.5446.27
HexB4385D045301D156352e
Octal26470135010560355266556
Binary1011010011100010111010100010111000011101101010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4385D; }

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

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

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

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

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

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

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

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