#B53853

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

Shades of Old Rose #B53853

Tints of Old Rose #B53853

Color information

#B53853 (or 0xB53853) is unknown color: approx Old Rose. HEX triplet: B5, 38 and 53. RGB value is (181,56,83). Sum of RGB (Red+Green+Blue) = 181+56+83=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B53853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53853 is #4AC7AC. Grayscale: #606060. Windows color (decimal): -4900781 or 5454005. OLE color: 5454005.

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

Color convert

RGB1815683-
CMYK00.690.540.29
HSL347.04º52.74%46.47%-
HSV(B)347.04º69.06%70.98%-
XYZ22.0313.289.59-
YUV96.45120.41188.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=56.56%
G=17.5%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181568300.690.540.29347.0452.7446.47
HexB53853045361D15b352e
Octal26570123010566355336556
Binary1011010111100010100110100010111011011101101011011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53853; }

 p { color: rgb(181,56,83); }

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

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

 a { background-color: rgb(181,56,83); }

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

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

 span { border-color: rgb(181,56,83); }

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