#B51F46

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

Shades of Old Rose #B51F46

Tints of Old Rose #B51F46

Color information

#B51F46 (or 0xB51F46) is unknown color: approx Old Rose. HEX triplet: B5, 1F and 46. RGB value is (181,31,70). Sum of RGB (Red+Green+Blue) = 181+31+70=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F46 is #4AE0B9. Grayscale: #505050. Windows color (decimal): -4907194 or 4595637. OLE color: 4595637.

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

Color convert

RGB1813170-
CMYK00.830.610.29
HSL344.4º70.75%41.57%-
HSV(B)344.4º82.87%70.98%-
XYZ20.6511.256.88-
YUV80.3122.2199.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.18%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 70 (27.73% from 255) = 24.82%
R=64.18%
G=10.99%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181317000.830.610.29344.470.7541.57
HexB51F460533D1D158472a
Octal265371060123753553010752
Binary1011010111111100011001010011111101111011010110001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51F46; }

 p { color: rgb(181,31,70); }

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

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

 a { background-color: rgb(181,31,70); }

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

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

 span { border-color: rgb(181,31,70); }

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