#B43E48

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

Shades of Old Rose #B43E48

Tints of Old Rose #B43E48

Color information

#B43E48 (or 0xB43E48) is unknown color: approx Old Rose. HEX triplet: B4, 3E and 48. RGB value is (180,62,72). Sum of RGB (Red+Green+Blue) = 180+62+72=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E48 is #4BC1B7. Grayscale: #626262. Windows color (decimal): -4964792 or 4734644. OLE color: 4734644.

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

Color convert

RGB1806272-
CMYK00.660.600.29
HSL354.92º48.76%47.45%-
HSV(B)354.92º65.56%70.59%-
XYZ21.7113.627.61-
YUV98.42113.09186.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.32%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=57.32%
G=19.75%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180627200.660.600.29354.9248.7647.45
HexB43E480423C1D163312f
Octal26476110010274355436157
Binary1011010011111010010000100001011110011101101100011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E48; }

 p { color: rgb(180,62,72); }

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

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

 a { background-color: rgb(180,62,72); }

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

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

 span { border-color: rgb(180,62,72); }

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