#B53B4A

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

Shades of Old Rose #B53B4A

Tints of Old Rose #B53B4A

Color information

#B53B4A (or 0xB53B4A) is unknown color: approx Old Rose. HEX triplet: B5, 3B and 4A. RGB value is (181,59,74). Sum of RGB (Red+Green+Blue) = 181+59+74=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B4A is #4AC4B5. Grayscale: #616161. Windows color (decimal): -4900022 or 4864949. OLE color: 4864949.

HSL color Cylindrical-coordinate representation of color #B53B4A: hue angle of 352.62º degrees, saturation: 0.51, 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 #B53B4A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1815974-
CMYK00.670.590.29
HSL352.62º50.83%47.06%-
HSV(B)352.62º67.4%70.98%-
XYZ21.8613.457.92-
YUV97.19114.92187.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=57.64%
G=18.79%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181597400.670.590.29352.6250.8347.06
HexB53B4A0433B1D161332f
Octal26573112010373355416357
Binary1011010111101110010100100001111101111101101100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B4A; }

 p { color: rgb(181,59,74); }

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

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

 a { background-color: rgb(181,59,74); }

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

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

 span { border-color: rgb(181,59,74); }

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