#B53570

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

Shades of Rouge #B53570

Tints of Rouge #B53570

Color information

#B53570 (or 0xB53570) is unknown color: approx Rouge. HEX triplet: B5, 35 and 70. RGB value is (181,53,112). Sum of RGB (Red+Green+Blue) = 181+53+112=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B53570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53570 is #4ACA8F. Grayscale: #616161. Windows color (decimal): -4901520 or 7353781. OLE color: 7353781.

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

Color convert

RGB18153112-
CMYK00.710.380.29
HSL332.34º54.7%45.88%-
HSV(B)332.34º70.72%70.98%-
XYZ23.2513.5416.72-
YUV98135.91187.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=52.31%
G=15.32%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815311200.710.380.29332.3454.745.88
HexB53570047261D14c372e
Octal26565160010746355146756
Binary1011010111010111100000100011110011011101101001100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53570; }

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

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

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

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

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

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

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

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