#B53044

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

Shades of Old Rose #B53044

Tints of Old Rose #B53044

Color information

#B53044 (or 0xB53044) is unknown color: approx Old Rose. HEX triplet: B5, 30 and 44. RGB value is (181,48,68). Sum of RGB (Red+Green+Blue) = 181+48+68=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53044 is #4ACFBB. Grayscale: #5A5A5A. Windows color (decimal): -4902844 or 4468917. OLE color: 4468917.

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

Color convert

RGB1814868-
CMYK00.730.620.29
HSL350.98º58.08%44.9%-
HSV(B)350.98º73.48%70.98%-
XYZ21.1612.366.74-
YUV90.05115.56192.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=60.94%
G=16.16%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181486800.730.620.29350.9858.0844.9
HexB530440493E1D15f3a2d
Octal26560104011176355377255
Binary1011010111000010001000100100111111011101101011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53044; }

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

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

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

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

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

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

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

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