#B5394F

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

Shades of Old Rose #B5394F

Tints of Old Rose #B5394F

Color information

#B5394F (or 0xB5394F) is unknown color: approx Old Rose. HEX triplet: B5, 39 and 4F. RGB value is (181,57,79). Sum of RGB (Red+Green+Blue) = 181+57+79=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B5394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5394F is #4AC6B0. Grayscale: #606060. Windows color (decimal): -4900529 or 5192117. OLE color: 5192117.

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

Color convert

RGB1815779-
CMYK00.690.560.29
HSL349.35º52.1%46.67%-
HSV(B)349.35º68.51%70.98%-
XYZ21.9313.318.81-
YUV96.58118.08188.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=57.10%
G=17.98%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181577900.690.560.29349.3552.146.67
HexB5394F045381D15d342f
Octal26571117010570355356457
Binary1011010111100110011110100010111100011101101011101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5394F; }

 p { color: rgb(181,57,79); }

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

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

 a { background-color: rgb(181,57,79); }

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

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

 span { border-color: rgb(181,57,79); }

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