#B53960

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

Shades of Rouge #B53960

Tints of Rouge #B53960

Color information

#B53960 (or 0xB53960) is unknown color: approx Rouge. HEX triplet: B5, 39 and 60. RGB value is (181,57,96). Sum of RGB (Red+Green+Blue) = 181+57+96=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B53960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53960 is #4AC69F. Grayscale: #626262. Windows color (decimal): -4900512 or 6306229. OLE color: 6306229.

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

Color convert

RGB1815796-
CMYK00.690.470.29
HSL341.13º52.1%46.67%-
HSV(B)341.13º68.51%70.98%-
XYZ22.6313.5912.5-
YUV98.52126.58186.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=54.19%
G=17.07%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181579600.690.470.29341.1352.146.67
HexB539600452F1D155342f
Octal26571140010557355256457
Binary1011010111100111000000100010110111111101101010101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53960; }

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

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

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

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

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

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

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

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