#B71E50

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

Shades of Old Rose #B71E50

Tints of Old Rose #B71E50

Color information

#B71E50 (or 0xB71E50) is unknown color: approx Old Rose. HEX triplet: B7, 1E and 50. RGB value is (183,30,80). Sum of RGB (Red+Green+Blue) = 183+30+80=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E50 is #48E1AF. Grayscale: #515151. Windows color (decimal): -4776368 or 5250743. OLE color: 5250743.

HSL color Cylindrical-coordinate representation of color #B71E50: hue angle of 340.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E50 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1833080-
CMYK00.840.560.28
HSL340.39º71.83%41.76%-
HSV(B)340.39º83.61%71.76%-
XYZ21.4411.588.69-
YUV81.45127.19200.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=62.46%
G=10.24%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183308000.840.560.28340.3971.8341.76
HexB71E50054381C154482a
Octal267361200124703452411052
Binary1011011111110101000001010100111000111001010101001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E50; }

 p { color: rgb(183,30,80); }

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

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

 a { background-color: rgb(183,30,80); }

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

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

 span { border-color: rgb(183,30,80); }

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