#B43B49

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

Shades of Old Rose #B43B49

Tints of Old Rose #B43B49

Color information

#B43B49 (or 0xB43B49) is unknown color: approx Old Rose. HEX triplet: B4, 3B and 49. RGB value is (180,59,73). Sum of RGB (Red+Green+Blue) = 180+59+73=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B49 is #4BC4B6. Grayscale: #606060. Windows color (decimal): -4965559 or 4799412. OLE color: 4799412.

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

Color convert

RGB1805973-
CMYK00.670.590.29
HSL353.06º50.63%46.86%-
HSV(B)353.06º67.22%70.59%-
XYZ21.5913.317.73-
YUV96.78114.59187.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=57.69%
G=18.91%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180597300.670.590.29353.0650.6346.86
HexB43B490433B1D161332f
Octal26473111010373355416357
Binary1011010011101110010010100001111101111101101100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B49; }

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

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

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

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

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

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

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

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