#B5394B

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

Shades of Old Rose #B5394B

Tints of Old Rose #B5394B

Color information

#B5394B (or 0xB5394B) is unknown color: approx Old Rose. HEX triplet: B5, 39 and 4B. RGB value is (181,57,75). Sum of RGB (Red+Green+Blue) = 181+57+75=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5394B is #4AC6B4. Grayscale: #606060. Windows color (decimal): -4900533 or 4929973. OLE color: 4929973.

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

Color convert

RGB1815775-
CMYK00.690.590.29
HSL351.29º52.1%46.67%-
HSV(B)351.29º68.51%70.98%-
XYZ21.7913.268.07-
YUV96.13116.08188.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=57.83%
G=18.21%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181577500.690.590.29351.2952.146.67
HexB5394B0453B1D15f342f
Octal26571113010573355376457
Binary1011010111100110010110100010111101111101101011111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5394B; }

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

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

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

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

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

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

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

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