#B1354D

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

Shades of Old Rose #B1354D

Tints of Old Rose #B1354D

Color information

#B1354D (or 0xB1354D) is unknown color: approx Old Rose. HEX triplet: B1, 35 and 4D. RGB value is (177,53,77). Sum of RGB (Red+Green+Blue) = 177+53+77=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1354D is #4ECAB2. Grayscale: #5C5C5C. Windows color (decimal): -5163699 or 5060017. OLE color: 5060017.

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

Color convert

RGB1775377-
CMYK00.700.560.31
HSL348.39º53.91%45.1%-
HSV(B)348.39º70.06%69.41%-
XYZ20.7412.438.33-
YUV92.81119.08188.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=57.65%
G=17.26%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177537700.700.560.31348.3953.9145.1
HexB1354D046381F15c362d
Octal26165115010670375346655
Binary1011000111010110011010100011011100011111101011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1354D; }

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

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

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

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

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

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

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

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