#B5355F

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

Shades of Rouge #B5355F

Tints of Rouge #B5355F

Color information

#B5355F (or 0xB5355F) is unknown color: approx Rouge. HEX triplet: B5, 35 and 5F. RGB value is (181,53,95). Sum of RGB (Red+Green+Blue) = 181+53+95=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355F is #4ACAA0. Grayscale: #606060. Windows color (decimal): -4901537 or 6239669. OLE color: 6239669.

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

Color convert

RGB1815395-
CMYK00.710.480.29
HSL340.31º54.7%45.88%-
HSV(B)340.31º70.72%70.98%-
XYZ22.3913.212.19-
YUV96.06127.41188.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=55.02%
G=16.11%
B=28.88%

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
Decimal181539500.710.480.29340.3154.745.88
HexB5355F047301D154372e
Octal26565137010760355246756
Binary1011010111010110111110100011111000011101101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5355F; }

 p { color: rgb(181,53,95); }

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

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

 a { background-color: rgb(181,53,95); }

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

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

 span { border-color: rgb(181,53,95); }

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