#B53347

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

Shades of Old Rose #B53347

Tints of Old Rose #B53347

Color information

#B53347 (or 0xB53347) is unknown color: approx Old Rose. HEX triplet: B5, 33 and 47. RGB value is (181,51,71). Sum of RGB (Red+Green+Blue) = 181+51+71=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B53347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53347 is #4ACCB8. Grayscale: #5C5C5C. Windows color (decimal): -4902073 or 4666293. OLE color: 4666293.

HSL color Cylindrical-coordinate representation of color #B53347: hue angle of 350.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53347 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1815171-
CMYK00.720.610.29
HSL350.77º56.03%45.49%-
HSV(B)350.77º71.82%70.98%-
XYZ21.3812.657.28-
YUV92.15116.07191.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=59.74%
G=16.83%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181517100.720.610.29350.7756.0345.49
HexB533470483D1D15f382d
Octal26563107011075355377055
Binary1011010111001110001110100100011110111101101011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53347; }

 p { color: rgb(181,51,71); }

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

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

 a { background-color: rgb(181,51,71); }

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

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

 span { border-color: rgb(181,51,71); }

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