#B51E4B

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

Shades of Old Rose #B51E4B

Tints of Old Rose #B51E4B

Color information

#B51E4B (or 0xB51E4B) is unknown color: approx Old Rose. HEX triplet: B5, 1E and 4B. RGB value is (181,30,75). Sum of RGB (Red+Green+Blue) = 181+30+75=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E4B is #4AE1B4. Grayscale: #505050. Windows color (decimal): -4907445 or 4923061. OLE color: 4923061.

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

Color convert

RGB1813075-
CMYK00.830.590.29
HSL342.12º71.56%41.37%-
HSV(B)342.12º83.43%70.98%-
XYZ20.7911.267.73-
YUV80.28125.03199.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.29%
GREEN value IS 30 (12.11% from 255) = 10.49%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=63.29%
G=10.49%
B=26.22%

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
Decimal181307500.830.590.29342.1271.5641.37
HexB51E4B0533B1D1564829
Octal265361130123733552611051
Binary1011010111110100101101010011111011111011010101101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E4B; }

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

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

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

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

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

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

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

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