#B51E4C

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

Shades of Old Rose #B51E4C

Tints of Old Rose #B51E4C

Color information

#B51E4C (or 0xB51E4C) is unknown color: approx Old Rose. HEX triplet: B5, 1E and 4C. RGB value is (181,30,76). Sum of RGB (Red+Green+Blue) = 181+30+76=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E4C is #4AE1B3. Grayscale: #505050. Windows color (decimal): -4907444 or 4988597. OLE color: 4988597.

HSL color Cylindrical-coordinate representation of color #B51E4C: hue angle of 341.72º degrees, saturation: 0.72, 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 #B51E4C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1813076-
CMYK00.830.580.29
HSL341.72º71.56%41.37%-
HSV(B)341.72º83.43%70.98%-
XYZ20.8211.277.92-
YUV80.39125.53199.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=63.07%
G=10.45%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181307600.830.580.29341.7271.5641.37
HexB51E4C0533A1D1564829
Octal265361140123723552611051
Binary1011010111110100110001010011111010111011010101101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E4C; }

 p { color: rgb(181,30,76); }

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

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

 a { background-color: rgb(181,30,76); }

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

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

 span { border-color: rgb(181,30,76); }

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