#B53060

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

Shades of Rouge #B53060

Tints of Rouge #B53060

Color information

#B53060 (or 0xB53060) is unknown color: approx Rouge. HEX triplet: B5, 30 and 60. RGB value is (181,48,96). Sum of RGB (Red+Green+Blue) = 181+48+96=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B53060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53060 is #4ACF9F. Grayscale: #5D5D5D. Windows color (decimal): -4902816 or 6303925. OLE color: 6303925.

HSL color Cylindrical-coordinate representation of color #B53060: hue angle of 338.35º degrees, saturation: 0.58, 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 #B53060 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1814896-
CMYK00.730.470.29
HSL338.35º58.08%44.9%-
HSV(B)338.35º73.48%70.98%-
XYZ22.2212.7812.36-
YUV93.24129.56190.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=55.69%
G=14.77%
B=29.54%

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
Decimal181489600.730.470.29338.3558.0844.9
HexB530600492F1D1523a2d
Octal26560140011157355227255
Binary1011010111000011000000100100110111111101101010010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53060; }

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

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

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

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

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

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

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

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