#B43049

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

Shades of Old Rose #B43049

Tints of Old Rose #B43049

Color information

#B43049 (or 0xB43049) is unknown color: approx Old Rose. HEX triplet: B4, 30 and 49. RGB value is (180,48,73). Sum of RGB (Red+Green+Blue) = 180+48+73=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B43049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43049 is #4BCFB6. Grayscale: #5A5A5A. Windows color (decimal): -4968375 or 4796596. OLE color: 4796596.

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

Color convert

RGB1804873-
CMYK00.730.590.29
HSL348.64º57.89%44.71%-
HSV(B)348.64º73.33%70.59%-
XYZ21.0812.37.57-
YUV90.32118.23191.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=59.80%
G=15.95%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180487300.730.590.29348.6457.8944.71
HexB430490493B1D15d3a2d
Octal26460111011173355357255
Binary1011010011000010010010100100111101111101101011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43049; }

 p { color: rgb(180,48,73); }

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

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

 a { background-color: rgb(180,48,73); }

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

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

 span { border-color: rgb(180,48,73); }

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