#B43648

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

Shades of Old Rose #B43648

Tints of Old Rose #B43648

Color information

#B43648 (or 0xB43648) is unknown color: approx Old Rose. HEX triplet: B4, 36 and 48. RGB value is (180,54,72). Sum of RGB (Red+Green+Blue) = 180+54+72=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B43648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43648 is #4BC9B7. Grayscale: #5D5D5D. Windows color (decimal): -4966840 or 4732596. OLE color: 4732596.

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

Color convert

RGB1805472-
CMYK00.70.600.29
HSL351.43º53.85%45.88%-
HSV(B)351.43º70%70.59%-
XYZ21.3112.817.48-
YUV93.73115.74189.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180547200.70.600.29351.4353.8545.88
HexB436480463C1D15f362e
Octal26466110010674355376656
Binary1011010011011010010000100011011110011101101011111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43648; }

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

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

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

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

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

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

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

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