#B53160

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

Shades of Rouge #B53160

Tints of Rouge #B53160

Color information

#B53160 (or 0xB53160) is unknown color: approx Rouge. HEX triplet: B5, 31 and 60. RGB value is (181,49,96). Sum of RGB (Red+Green+Blue) = 181+49+96=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B53160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53160 is #4ACE9F. Grayscale: #5D5D5D. Windows color (decimal): -4902560 or 6304181. OLE color: 6304181.

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

Color convert

RGB1814996-
CMYK00.730.470.29
HSL338.64º57.39%45.1%-
HSV(B)338.64º72.93%70.98%-
XYZ22.2712.8612.38-
YUV93.83129.23190.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=55.52%
G=15.03%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181499600.730.470.29338.6457.3945.1
HexB531600492F1D153392d
Octal26561140011157355237155
Binary1011010111000111000000100100110111111101101010011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53160; }

 p { color: rgb(181,49,96); }

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

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

 a { background-color: rgb(181,49,96); }

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

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

 span { border-color: rgb(181,49,96); }

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