#B53C49

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

Shades of Old Rose #B53C49

Tints of Old Rose #B53C49

Color information

#B53C49 (or 0xB53C49) is unknown color: approx Old Rose. HEX triplet: B5, 3C and 49. RGB value is (181,60,73). Sum of RGB (Red+Green+Blue) = 181+60+73=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C49 is #4AC3B6. Grayscale: #616161. Windows color (decimal): -4899767 or 4799669. OLE color: 4799669.

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

Color convert

RGB1816073-
CMYK00.670.600.29
HSL353.55º50.21%47.25%-
HSV(B)353.55º66.85%70.98%-
XYZ21.8713.547.76-
YUV97.66114.09187.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=57.64%
G=19.11%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181607300.670.600.29353.5550.2147.25
HexB53C490433C1D162322f
Octal26574111010374355426257
Binary1011010111110010010010100001111110011101101100010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C49; }

 p { color: rgb(181,60,73); }

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

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

 a { background-color: rgb(181,60,73); }

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

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

 span { border-color: rgb(181,60,73); }

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