#B5355A

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

Shades of Rouge #B5355A

Tints of Rouge #B5355A

Color information

#B5355A (or 0xB5355A) is unknown color: approx Rouge. HEX triplet: B5, 35 and 5A. RGB value is (181,53,90). Sum of RGB (Red+Green+Blue) = 181+53+90=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355A is #4ACAA5. Grayscale: #5F5F5F. Windows color (decimal): -4901542 or 5911989. OLE color: 5911989.

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

Color convert

RGB1815390-
CMYK00.710.500.29
HSL342.66º54.7%45.88%-
HSV(B)342.66º70.72%70.98%-
XYZ22.1713.1111.03-
YUV95.49124.91188.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=55.86%
G=16.36%
B=27.78%

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
Decimal181539000.710.500.29342.6654.745.88
HexB5355A047321D157372e
Octal26565132010762355276756
Binary1011010111010110110100100011111001011101101010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5355A; }

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

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

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

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

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

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

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

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