#B53F45

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

Shades of Old Rose #B53F45

Tints of Old Rose #B53F45

Color information

#B53F45 (or 0xB53F45) is unknown color: approx Old Rose. HEX triplet: B5, 3F and 45. RGB value is (181,63,69). Sum of RGB (Red+Green+Blue) = 181+63+69=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F45 is #4AC0BA. Grayscale: #636363. Windows color (decimal): -4899003 or 4538293. OLE color: 4538293.

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

Color convert

RGB1816369-
CMYK00.650.620.29
HSL356.95º48.36%47.84%-
HSV(B)356.95º65.19%70.98%-
XYZ21.9113.817.14-
YUV98.97111.09186.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=57.83%
G=20.13%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181636900.650.620.29356.9548.3647.84
HexB53F450413E1D1653030
Octal26577105010176355456060
Binary1011010111111110001010100000111111011101101100101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F45; }

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

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

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

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

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

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

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

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