#B53E48

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

Shades of Old Rose #B53E48

Tints of Old Rose #B53E48

Color information

#B53E48 (or 0xB53E48) is unknown color: approx Old Rose. HEX triplet: B5, 3E and 48. RGB value is (181,62,72). Sum of RGB (Red+Green+Blue) = 181+62+72=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E48 is #4AC1B7. Grayscale: #626262. Windows color (decimal): -4899256 or 4734645. OLE color: 4734645.

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

Color convert

RGB1816272-
CMYK00.660.600.29
HSL354.96º48.97%47.65%-
HSV(B)354.96º65.75%70.98%-
XYZ21.9513.747.63-
YUV98.72112.92186.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=57.46%
G=19.68%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181627200.660.600.29354.9648.9747.65
HexB53E480423C1D1633130
Octal26576110010274355436160
Binary1011010111111010010000100001011110011101101100011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E48; }

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

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

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

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

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

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

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

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