#B53742

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

Shades of Old Rose #B53742

Tints of Old Rose #B53742

Color information

#B53742 (or 0xB53742) is unknown color: approx Old Rose. HEX triplet: B5, 37 and 42. RGB value is (181,55,66). Sum of RGB (Red+Green+Blue) = 181+55+66=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B53742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53742 is #4AC8BD. Grayscale: #5E5E5E. Windows color (decimal): -4901054 or 4339637. OLE color: 4339637.

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

Color convert

RGB1815566-
CMYK00.700.640.29
HSL354.76º53.39%46.27%-
HSV(B)354.76º69.61%70.98%-
XYZ21.4112.956.53-
YUV93.93112.24190.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=59.93%
G=18.21%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181556600.700.640.29354.7653.3946.27
HexB53742046401D163352e
Octal265671020106100355436556
Binary10110101110111100001001000110100000011101101100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53742; }

 p { color: rgb(181,55,66); }

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

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

 a { background-color: rgb(181,55,66); }

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

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

 span { border-color: rgb(181,55,66); }

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