#B71C58

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

Shades of Old Rose #B71C58

Tints of Old Rose #B71C58

Color information

#B71C58 (or 0xB71C58) is unknown color: approx Old Rose. HEX triplet: B7, 1C and 58. RGB value is (183,28,88). Sum of RGB (Red+Green+Blue) = 183+28+88=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C58 is #48E3A7. Grayscale: #515151. Windows color (decimal): -4776872 or 5774519. OLE color: 5774519.

HSL color Cylindrical-coordinate representation of color #B71C58: hue angle of 336.77º 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 #B71C58 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1832888-
CMYK00.850.520.28
HSL336.77º73.46%41.37%-
HSV(B)336.77º84.7%71.76%-
XYZ21.7111.610.33-
YUV81.18131.85200.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.20%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=61.20%
G=9.36%
B=29.43%

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
Decimal183288800.850.520.28336.7773.4641.37
HexB71C58055341C1514929
Octal267341300125643452111151
Binary1011011111100101100001010101110100111001010100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71C58; }

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

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

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

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

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

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

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

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