#B1314F

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

Shades of Old Rose #B1314F

Tints of Old Rose #B1314F

Color information

#B1314F (or 0xB1314F) is unknown color: approx Old Rose. HEX triplet: B1, 31 and 4F. RGB value is (177,49,79). Sum of RGB (Red+Green+Blue) = 177+49+79=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1314F is #4ECEB0. Grayscale: #5A5A5A. Windows color (decimal): -5164721 or 5190065. OLE color: 5190065.

HSL color Cylindrical-coordinate representation of color #B1314F: hue angle of 345.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1314F is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1774979-
CMYK00.720.550.31
HSL345.94º56.64%44.31%-
HSV(B)345.94º72.32%69.41%-
XYZ20.6412.118.65-
YUV90.69121.41189.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=58.03%
G=16.07%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177497900.720.550.31345.9456.6444.31
HexB1314F048371F15a392c
Octal26161117011067375327154
Binary1011000111000110011110100100011011111111101011010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1314F; }

 p { color: rgb(177,49,79); }

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

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

 a { background-color: rgb(177,49,79); }

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

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

 span { border-color: rgb(177,49,79); }

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