#B41E50

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

Shades of Old Rose #B41E50

Tints of Old Rose #B41E50

Color information

#B41E50 (or 0xB41E50) is unknown color: approx Old Rose. HEX triplet: B4, 1E and 50. RGB value is (180,30,80). Sum of RGB (Red+Green+Blue) = 180+30+80=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41E50 is #4BE1AF. Grayscale: #505050. Windows color (decimal): -4972976 or 5250740. OLE color: 5250740.

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

Color convert

RGB1803080-
CMYK00.830.560.29
HSL340º71.43%41.18%-
HSV(B)340º83.33%70.59%-
XYZ20.7311.218.66-
YUV80.55127.7198.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.07%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=62.07%
G=10.34%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180308000.830.560.2934071.4341.18
HexB41E50053381D1544729
Octal264361200123703552410751
Binary1011010011110101000001010011111000111011010101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41E50; }

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

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

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

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

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

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

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

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