#B43751

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

Shades of Old Rose #B43751

Tints of Old Rose #B43751

Color information

#B43751 (or 0xB43751) is unknown color: approx Old Rose. HEX triplet: B4, 37 and 51. RGB value is (180,55,81). Sum of RGB (Red+Green+Blue) = 180+55+81=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B43751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43751 is #4BC8AE. Grayscale: #5F5F5F. Windows color (decimal): -4966575 or 5322676. OLE color: 5322676.

HSL color Cylindrical-coordinate representation of color #B43751: hue angle of 347.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43751 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1805581-
CMYK00.690.550.29
HSL347.52º53.19%46.08%-
HSV(B)347.52º69.44%70.59%-
XYZ21.6713.039.16-
YUV95.34119.91188.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 55 (21.88% from 255) = 17.41%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=56.96%
G=17.41%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180558100.690.550.29347.5253.1946.08
HexB43751045371D15c352e
Octal26467121010567355346556
Binary1011010011011110100010100010111011111101101011100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43751; }

 p { color: rgb(180,55,81); }

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

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

 a { background-color: rgb(180,55,81); }

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

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

 span { border-color: rgb(180,55,81); }

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