#B1354C

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

Shades of Old Rose #B1354C

Tints of Old Rose #B1354C

Color information

#B1354C (or 0xB1354C) is unknown color: approx Old Rose. HEX triplet: B1, 35 and 4C. RGB value is (177,53,76). Sum of RGB (Red+Green+Blue) = 177+53+76=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1354C is #4ECAB3. Grayscale: #5C5C5C. Windows color (decimal): -5163700 or 4994481. OLE color: 4994481.

HSL color Cylindrical-coordinate representation of color #B1354C: hue angle of 348.87º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1354C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1775376-
CMYK00.700.570.31
HSL348.87º53.91%45.1%-
HSV(B)348.87º70.06%69.41%-
XYZ20.7112.428.14-
YUV92.7118.58188.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=57.84%
G=17.32%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177537600.700.570.31348.8753.9145.1
HexB1354C046391F15d362d
Octal26165114010671375356655
Binary1011000111010110011000100011011100111111101011101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1354C; }

 p { color: rgb(177,53,76); }

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

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

 a { background-color: rgb(177,53,76); }

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

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

 span { border-color: rgb(177,53,76); }

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