#B5355B

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

Shades of Rouge #B5355B

Tints of Rouge #B5355B

Color information

#B5355B (or 0xB5355B) is unknown color: approx Rouge. HEX triplet: B5, 35 and 5B. RGB value is (181,53,91). Sum of RGB (Red+Green+Blue) = 181+53+91=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355B is #4ACAA4. Grayscale: #5F5F5F. Windows color (decimal): -4901541 or 5977525. OLE color: 5977525.

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

Color convert

RGB1815391-
CMYK00.710.500.29
HSL342.19º54.7%45.88%-
HSV(B)342.19º70.72%70.98%-
XYZ22.2213.1311.26-
YUV95.6125.41188.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 91 (35.94% from 255) = 28%
R=55.69%
G=16.31%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181539100.710.500.29342.1954.745.88
HexB5355B047321D156372e
Octal26565133010762355266756
Binary1011010111010110110110100011111001011101101010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5355B; }

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

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

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

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

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

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

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

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