#B13747

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

Shades of Old Rose #B13747

Tints of Old Rose #B13747

Color information

#B13747 (or 0xB13747) is unknown color: approx Old Rose. HEX triplet: B1, 37 and 47. RGB value is (177,55,71). Sum of RGB (Red+Green+Blue) = 177+55+71=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13747 is #4EC8B8. Grayscale: #5D5D5D. Windows color (decimal): -5163193 or 4667313. OLE color: 4667313.

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

Color convert

RGB1775571-
CMYK00.690.600.31
HSL352.13º52.59%45.49%-
HSV(B)352.13º68.93%69.41%-
XYZ20.6312.537.29-
YUV93.3115.42187.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=58.42%
G=18.15%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177557100.690.600.31352.1352.5945.49
HexB137470453C1F160352d
Octal26167107010574375406555
Binary1011000111011110001110100010111110011111101100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13747; }

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

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

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

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

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

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

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

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