#B71C57

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

Shades of Old Rose #B71C57

Tints of Old Rose #B71C57

Color information

#B71C57 (or 0xB71C57) is unknown color: approx Old Rose. HEX triplet: B7, 1C and 57. RGB value is (183,28,87). Sum of RGB (Red+Green+Blue) = 183+28+87=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C57 is #48E3A8. Grayscale: #505050. Windows color (decimal): -4776873 or 5708983. OLE color: 5708983.

HSL color Cylindrical-coordinate representation of color #B71C57: hue angle of 337.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C57 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1832887-
CMYK00.850.520.28
HSL337.16º73.46%41.37%-
HSV(B)337.16º84.7%71.76%-
XYZ21.6611.5910.11-
YUV81.07131.35200.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.41%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=61.41%
G=9.40%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183288700.850.520.28337.1673.4641.37
HexB71C57055341C1514929
Octal267341270125643452111151
Binary1011011111100101011101010101110100111001010100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71C57; }

 p { color: rgb(183,28,87); }

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

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

 a { background-color: rgb(183,28,87); }

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

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

 span { border-color: rgb(183,28,87); }

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