#B11E50

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

Shades of Old Rose #B11E50

Tints of Old Rose #B11E50

Color information

#B11E50 (or 0xB11E50) is unknown color: approx Old Rose. HEX triplet: B1, 1E and 50. RGB value is (177,30,80). Sum of RGB (Red+Green+Blue) = 177+30+80=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E50 is #4EE1AF. Grayscale: #4F4F4F. Windows color (decimal): -5169584 or 5250737. OLE color: 5250737.

HSL color Cylindrical-coordinate representation of color #B11E50: hue angle of 339.59º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E50 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1773080-
CMYK00.830.550.31
HSL339.59º71.01%40.59%-
HSV(B)339.59º83.05%69.41%-
XYZ20.0410.858.63-
YUV79.65128.2197.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=61.67%
G=10.45%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177308000.830.550.31339.5971.0140.59
HexB11E50053371F1544729
Octal261361200123673752410751
Binary1011000111110101000001010011110111111111010101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E50; }

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

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

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

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

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

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

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

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