#B1354A

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

Shades of Old Rose #B1354A

Tints of Old Rose #B1354A

Color information

#B1354A (or 0xB1354A) is unknown color: approx Old Rose. HEX triplet: B1, 35 and 4A. RGB value is (177,53,74). Sum of RGB (Red+Green+Blue) = 177+53+74=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1354A is #4ECAB5. Grayscale: #5C5C5C. Windows color (decimal): -5163702 or 4863409. OLE color: 4863409.

HSL color Cylindrical-coordinate representation of color #B1354A: hue angle of 349.84º 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 #B1354A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1775374-
CMYK00.700.580.31
HSL349.84º53.91%45.1%-
HSV(B)349.84º70.06%69.41%-
XYZ20.6412.397.78-
YUV92.47117.58188.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=58.22%
G=17.43%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177537400.700.580.31349.8453.9145.1
HexB1354A0463A1F15e362d
Octal26165112010672375366655
Binary1011000111010110010100100011011101011111101011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1354A; }

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

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

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

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

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

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

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

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