#B52F5F

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

Shades of Rouge #B52F5F

Tints of Rouge #B52F5F

Color information

#B52F5F (or 0xB52F5F) is unknown color: approx Rouge. HEX triplet: B5, 2F and 5F. RGB value is (181,47,95). Sum of RGB (Red+Green+Blue) = 181+47+95=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F5F is #4AD0A0. Grayscale: #5C5C5C. Windows color (decimal): -4903073 or 6238133. OLE color: 6238133.

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

Color convert

RGB1814795-
CMYK00.740.480.29
HSL338.51º58.77%44.71%-
HSV(B)338.51º74.03%70.98%-
XYZ22.1412.6812.11-
YUV92.54129.39191.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 47 (18.75% from 255) = 14.55%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=56.04%
G=14.55%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181479500.740.480.29338.5158.7744.71
HexB52F5F04A301D1533b2d
Octal26557137011260355237355
Binary1011010110111110111110100101011000011101101010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F5F; }

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

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

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

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

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

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

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

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