#B5395D

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

Shades of Rouge #B5395D

Tints of Rouge #B5395D

Color information

#B5395D (or 0xB5395D) is unknown color: approx Rouge. HEX triplet: B5, 39 and 5D. RGB value is (181,57,93). Sum of RGB (Red+Green+Blue) = 181+57+93=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5395D is #4AC6A2. Grayscale: #626262. Windows color (decimal): -4900515 or 6109621. OLE color: 6109621.

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

Color convert

RGB1815793-
CMYK00.690.490.29
HSL342.58º52.1%46.67%-
HSV(B)342.58º68.51%70.98%-
XYZ22.4913.5411.78-
YUV98.18125.08187.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=54.68%
G=17.22%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181579300.690.490.29342.5852.146.67
HexB5395D045311D157342f
Octal26571135010561355276457
Binary1011010111100110111010100010111000111101101010111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5395D; }

 p { color: rgb(181,57,93); }

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

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

 a { background-color: rgb(181,57,93); }

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

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

 span { border-color: rgb(181,57,93); }

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