#b52948

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

Shades of Old Rose #B52948

Tints of Old Rose #B52948

Color information

#B52948 (or 0xB52948) is unknown color: approx Old Rose. HEX triplet: B5, 29 and 48. RGB value is (181,41,72). Sum of RGB (Red+Green+Blue) = 181+41+72=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B52948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52948 is #4AD6B7. Grayscale: #565656. Windows color (decimal): -4904632 or 4729269. OLE color: 4729269.

HSL color Cylindrical-coordinate representation of color #B52948: hue angle of 346.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52948 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1814172-
CMYK00.770.600.29
HSL346.71º63.06%43.53%-
HSV(B)346.71º77.35%70.98%-
XYZ21.0211.887.32-
YUV86.39119.88195.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=61.56%
G=13.95%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181417200.770.600.29346.7163.0643.53
HexB5294804D3C1D15b3f2c
Octal26551110011574355337754
Binary1011010110100110010000100110111110011101101011011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52948; }

 p { color: rgb(181,41,72); }

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

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

 a { background-color: rgb(181,41,72); }

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

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

 span { border-color: rgb(181,41,72); }

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