#B53A5D

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

Shades of Rouge #B53A5D

Tints of Rouge #B53A5D

Color information

#B53A5D (or 0xB53A5D) is unknown color: approx Rouge. HEX triplet: B5, 3A and 5D. RGB value is (181,58,93). Sum of RGB (Red+Green+Blue) = 181+58+93=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A5D is #4AC5A2. Grayscale: #626262. Windows color (decimal): -4900259 or 6109877. OLE color: 6109877.

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

Color convert

RGB1815893-
CMYK00.680.490.29
HSL342.93º51.46%46.86%-
HSV(B)342.93º67.96%70.98%-
XYZ22.5413.6411.8-
YUV98.77124.75186.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=54.52%
G=17.47%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181589300.680.490.29342.9351.4646.86
HexB53A5D044311D157332f
Octal26572135010461355276357
Binary1011010111101010111010100010011000111101101010111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A5D; }

 p { color: rgb(181,58,93); }

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

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

 a { background-color: rgb(181,58,93); }

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

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

 span { border-color: rgb(181,58,93); }

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