#B52F45

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

Shades of Old Rose #B52F45

Tints of Old Rose #B52F45

Color information

#B52F45 (or 0xB52F45) is unknown color: approx Old Rose. HEX triplet: B5, 2F and 45. RGB value is (181,47,69). Sum of RGB (Red+Green+Blue) = 181+47+69=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F45 is #4AD0BA. Grayscale: #595959. Windows color (decimal): -4903099 or 4534197. OLE color: 4534197.

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

Color convert

RGB1814769-
CMYK00.740.620.29
HSL350.15º58.77%44.71%-
HSV(B)350.15º74.03%70.98%-
XYZ21.1512.296.89-
YUV89.57116.39193.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=60.94%
G=15.82%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181476900.740.620.29350.1558.7744.71
HexB52F4504A3E1D15e3b2d
Octal26557105011276355367355
Binary1011010110111110001010100101011111011101101011110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F45; }

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

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

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

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

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

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

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

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