#b43044

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

Shades of Old Rose #B43044

Tints of Old Rose #B43044

Color information

#B43044 (or 0xB43044) is unknown color: approx Old Rose. HEX triplet: B4, 30 and 44. RGB value is (180,48,68). Sum of RGB (Red+Green+Blue) = 180+48+68=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B43044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43044 is #4BCFBB. Grayscale: #595959. Windows color (decimal): -4968380 or 4468916. OLE color: 4468916.

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

Color convert

RGB1804868-
CMYK00.730.620.29
HSL350.91º57.89%44.71%-
HSV(B)350.91º73.33%70.59%-
XYZ20.9212.236.73-
YUV89.75115.73192.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.81%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=60.81%
G=16.22%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180486800.730.620.29350.9157.8944.71
HexB430440493E1D15f3a2d
Octal26460104011176355377255
Binary1011010011000010001000100100111111011101101011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43044; }

 p { color: rgb(180,48,68); }

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

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

 a { background-color: rgb(180,48,68); }

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

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

 span { border-color: rgb(180,48,68); }

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