#B43146

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

Shades of Old Rose #B43146

Tints of Old Rose #B43146

Color information

#B43146 (or 0xB43146) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 46. RGB value is (180,49,70). Sum of RGB (Red+Green+Blue) = 180+49+70=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B43146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43146 is #4BCEB9. Grayscale: #5A5A5A. Windows color (decimal): -4968122 or 4600244. OLE color: 4600244.

HSL color Cylindrical-coordinate representation of color #B43146: hue angle of 350.38º degrees, saturation: 0.57, 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 #B43146 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1804970-
CMYK00.730.610.29
HSL350.38º57.21%44.9%-
HSV(B)350.38º72.78%70.59%-
XYZ21.0312.347.07-
YUV90.56116.4191.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=60.20%
G=16.39%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180497000.730.610.29350.3857.2144.9
HexB431460493D1D15e392d
Octal26461106011175355367155
Binary1011010011000110001100100100111110111101101011110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43146; }

 p { color: rgb(180,49,70); }

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

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

 a { background-color: rgb(180,49,70); }

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

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

 span { border-color: rgb(180,49,70); }

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