#b13745

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

Shades of Old Rose #B13745

Tints of Old Rose #B13745

Color information

#B13745 (or 0xB13745) is unknown color: approx Old Rose. HEX triplet: B1, 37 and 45. RGB value is (177,55,69). Sum of RGB (Red+Green+Blue) = 177+55+69=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13745 is #4EC8BA. Grayscale: #5D5D5D. Windows color (decimal): -5163195 or 4536241. OLE color: 4536241.

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

Color convert

RGB1775569-
CMYK00.690.610.31
HSL353.11º52.59%45.49%-
HSV(B)353.11º68.93%69.41%-
XYZ20.5712.516.96-
YUV93.07114.42187.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=58.80%
G=18.27%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177556900.690.610.31353.1152.5945.49
HexB137450453D1F161352d
Octal26167105010575375416555
Binary1011000111011110001010100010111110111111101100001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13745; }

 p { color: rgb(177,55,69); }

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

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

 a { background-color: rgb(177,55,69); }

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

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

 span { border-color: rgb(177,55,69); }

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