#B53B5F

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

Shades of Rouge #B53B5F

Tints of Rouge #B53B5F

Color information

#B53B5F (or 0xB53B5F) is unknown color: approx Rouge. HEX triplet: B5, 3B and 5F. RGB value is (181,59,95). Sum of RGB (Red+Green+Blue) = 181+59+95=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B5F is #4AC4A0. Grayscale: #636363. Windows color (decimal): -4900001 or 6241205. OLE color: 6241205.

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

Color convert

RGB1815995-
CMYK00.670.480.29
HSL342.3º50.83%47.06%-
HSV(B)342.3º67.4%70.98%-
XYZ22.6913.7812.29-
YUV99.58125.42186.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=54.03%
G=17.61%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181599500.670.480.29342.350.8347.06
HexB53B5F043301D156332f
Octal26573137010360355266357
Binary1011010111101110111110100001111000011101101010110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B5F; }

 p { color: rgb(181,59,95); }

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

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

 a { background-color: rgb(181,59,95); }

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

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

 span { border-color: rgb(181,59,95); }

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