#B53944

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

Shades of Old Rose #B53944

Tints of Old Rose #B53944

Color information

#B53944 (or 0xB53944) is unknown color: approx Old Rose. HEX triplet: B5, 39 and 44. RGB value is (181,57,68). Sum of RGB (Red+Green+Blue) = 181+57+68=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53944 is #4AC6BB. Grayscale: #5F5F5F. Windows color (decimal): -4900540 or 4471221. OLE color: 4471221.

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

Color convert

RGB1815768-
CMYK00.690.620.29
HSL354.68º52.1%46.67%-
HSV(B)354.68º68.51%70.98%-
XYZ21.5613.176.87-
YUV95.33112.58189.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=59.15%
G=18.63%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181576800.690.620.29354.6852.146.67
HexB539440453E1D163342f
Octal26571104010576355436457
Binary1011010111100110001000100010111111011101101100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53944; }

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

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

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

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

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

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

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

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