#B43141

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

Shades of Old Rose #B43141

Tints of Old Rose #B43141

Color information

#B43141 (or 0xB43141) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 41. RGB value is (180,49,65). Sum of RGB (Red+Green+Blue) = 180+49+65=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B43141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43141 is #4BCEBE. Grayscale: #5A5A5A. Windows color (decimal): -4968127 or 4272564. OLE color: 4272564.

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

Color convert

RGB1804965-
CMYK00.730.640.29
HSL352.67º57.21%44.9%-
HSV(B)352.67º72.78%70.59%-
XYZ20.8712.286.27-
YUV89.99113.9192.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=61.22%
G=16.67%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180496500.730.640.29352.6757.2144.9
HexB43141049401D161392d
Octal264611010111100355417155
Binary10110100110001100000101001001100000011101101100001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43141; }

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

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

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

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

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

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

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

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