#B53949

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

Shades of Old Rose #B53949

Tints of Old Rose #B53949

Color information

#B53949 (or 0xB53949) is unknown color: approx Old Rose. HEX triplet: B5, 39 and 49. RGB value is (181,57,73). Sum of RGB (Red+Green+Blue) = 181+57+73=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B53949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53949 is #4AC6B6. Grayscale: #5F5F5F. Windows color (decimal): -4900535 or 4798901. OLE color: 4798901.

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

Color convert

RGB1815773-
CMYK00.690.600.29
HSL352.26º52.1%46.67%-
HSV(B)352.26º68.51%70.98%-
XYZ21.7213.237.71-
YUV95.9115.08188.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=58.20%
G=18.33%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181577300.690.600.29352.2652.146.67
HexB539490453C1D160342f
Octal26571111010574355406457
Binary1011010111100110010010100010111110011101101100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53949; }

 p { color: rgb(181,57,73); }

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

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

 a { background-color: rgb(181,57,73); }

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

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

 span { border-color: rgb(181,57,73); }

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