#B51E4A

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

Shades of Old Rose #B51E4A

Tints of Old Rose #B51E4A

Color information

#B51E4A (or 0xB51E4A) is unknown color: approx Old Rose. HEX triplet: B5, 1E and 4A. RGB value is (181,30,74). Sum of RGB (Red+Green+Blue) = 181+30+74=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E4A is #4AE1B5. Grayscale: #505050. Windows color (decimal): -4907446 or 4857525. OLE color: 4857525.

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

Color convert

RGB1813074-
CMYK00.830.590.29
HSL342.52º71.56%41.37%-
HSV(B)342.52º83.43%70.98%-
XYZ20.7611.257.56-
YUV80.16124.53199.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.51%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=63.51%
G=10.53%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181307400.830.590.29342.5271.5641.37
HexB51E4A0533B1D1574829
Octal265361120123733552711051
Binary1011010111110100101001010011111011111011010101111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E4A; }

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

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

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

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

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

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

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

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