#B53A4E

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

Shades of Old Rose #B53A4E

Tints of Old Rose #B53A4E

Color information

#B53A4E (or 0xB53A4E) is unknown color: approx Old Rose. HEX triplet: B5, 3A and 4E. RGB value is (181,58,78). Sum of RGB (Red+Green+Blue) = 181+58+78=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A4E is #4AC5B1. Grayscale: #616161. Windows color (decimal): -4900274 or 5126837. OLE color: 5126837.

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

Color convert

RGB1815878-
CMYK00.680.570.29
HSL350.24º51.46%46.86%-
HSV(B)350.24º67.96%70.98%-
XYZ21.9413.48.64-
YUV97.06117.25187.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=57.10%
G=18.30%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181587800.680.570.29350.2451.4646.86
HexB53A4E044391D15e332f
Octal26572116010471355366357
Binary1011010111101010011100100010011100111101101011110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A4E; }

 p { color: rgb(181,58,78); }

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

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

 a { background-color: rgb(181,58,78); }

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

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

 span { border-color: rgb(181,58,78); }

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