#B53544

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

Shades of Old Rose #B53544

Tints of Old Rose #B53544

Color information

#B53544 (or 0xB53544) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 44. RGB value is (181,53,68). Sum of RGB (Red+Green+Blue) = 181+53+68=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B53544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53544 is #4ACABB. Grayscale: #5D5D5D. Windows color (decimal): -4901564 or 4470197. OLE color: 4470197.

HSL color Cylindrical-coordinate representation of color #B53544: hue angle of 352.97º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53544 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1815368-
CMYK00.710.620.29
HSL352.97º54.7%45.88%-
HSV(B)352.97º70.72%70.98%-
XYZ21.3712.796.81-
YUV92.98113.91190.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=59.93%
G=17.55%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181536800.710.620.29352.9754.745.88
HexB535440473E1D161372e
Octal26565104010776355416756
Binary1011010111010110001000100011111111011101101100001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53544; }

 p { color: rgb(181,53,68); }

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

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

 a { background-color: rgb(181,53,68); }

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

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

 span { border-color: rgb(181,53,68); }

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