#B43350

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

Shades of Old Rose #B43350

Tints of Old Rose #B43350

Color information

#B43350 (or 0xB43350) is unknown color: approx Old Rose. HEX triplet: B4, 33 and 50. RGB value is (180,51,80). Sum of RGB (Red+Green+Blue) = 180+51+80=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B43350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43350 is #4BCCAF. Grayscale: #5C5C5C. Windows color (decimal): -4967600 or 5256116. OLE color: 5256116.

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

Color convert

RGB1805180-
CMYK00.720.560.29
HSL346.51º55.84%45.29%-
HSV(B)346.51º71.67%70.59%-
XYZ21.4512.658.9-
YUV92.88120.74190.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=57.88%
G=16.40%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180518000.720.560.29346.5155.8445.29
HexB43350048381D15b382d
Octal26463120011070355337055
Binary1011010011001110100000100100011100011101101011011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43350; }

 p { color: rgb(180,51,80); }

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

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

 a { background-color: rgb(180,51,80); }

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

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

 span { border-color: rgb(180,51,80); }

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