#B53E4C

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

Shades of Old Rose #B53E4C

Tints of Old Rose #B53E4C

Color information

#B53E4C (or 0xB53E4C) is unknown color: approx Old Rose. HEX triplet: B5, 3E and 4C. RGB value is (181,62,76). Sum of RGB (Red+Green+Blue) = 181+62+76=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E4C is #4AC1B3. Grayscale: #636363. Windows color (decimal): -4899252 or 4996789. OLE color: 4996789.

HSL color Cylindrical-coordinate representation of color #B53E4C: hue angle of 352.94º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E4C is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1816276-
CMYK00.660.580.29
HSL352.94º48.97%47.65%-
HSV(B)352.94º65.75%70.98%-
XYZ22.0813.798.34-
YUV99.18114.92186.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=56.74%
G=19.44%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181627600.660.580.29352.9448.9747.65
HexB53E4C0423A1D1613130
Octal26576114010272355416160
Binary1011010111111010011000100001011101011101101100001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E4C; }

 p { color: rgb(181,62,76); }

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

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

 a { background-color: rgb(181,62,76); }

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

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

 span { border-color: rgb(181,62,76); }

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