#B53360

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

Shades of Rouge #B53360

Tints of Rouge #B53360

Color information

#B53360 (or 0xB53360) is unknown color: approx Rouge. HEX triplet: B5, 33 and 60. RGB value is (181,51,96). Sum of RGB (Red+Green+Blue) = 181+51+96=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B53360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53360 is #4ACC9F. Grayscale: #5E5E5E. Windows color (decimal): -4902048 or 6304693. OLE color: 6304693.

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

Color convert

RGB1815196-
CMYK00.720.470.29
HSL339.23º56.03%45.49%-
HSV(B)339.23º71.82%70.98%-
XYZ22.3513.0412.4-
YUV95128.57189.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=55.18%
G=15.55%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181519600.720.470.29339.2356.0345.49
HexB533600482F1D153382d
Octal26563140011057355237055
Binary1011010111001111000000100100010111111101101010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53360; }

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

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

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

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

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

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

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

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