#B5394D

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

Shades of Old Rose #B5394D

Tints of Old Rose #B5394D

Color information

#B5394D (or 0xB5394D) is unknown color: approx Old Rose. HEX triplet: B5, 39 and 4D. RGB value is (181,57,77). Sum of RGB (Red+Green+Blue) = 181+57+77=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5394D is #4AC6B2. Grayscale: #606060. Windows color (decimal): -4900531 or 5061045. OLE color: 5061045.

HSL color Cylindrical-coordinate representation of color #B5394D: hue angle of 350.32º 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 #B5394D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1815777-
CMYK00.690.570.29
HSL350.32º52.1%46.67%-
HSV(B)350.32º68.51%70.98%-
XYZ21.8613.298.43-
YUV96.36117.08188.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=57.46%
G=18.10%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181577700.690.570.29350.3252.146.67
HexB5394D045391D15e342f
Octal26571115010571355366457
Binary1011010111100110011010100010111100111101101011110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5394D; }

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

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

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

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

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

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

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

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