#b43042

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

Shades of Old Rose #B43042

Tints of Old Rose #B43042

Color information

#B43042 (or 0xB43042) is unknown color: approx Old Rose. HEX triplet: B4, 30 and 42. RGB value is (180,48,66). Sum of RGB (Red+Green+Blue) = 180+48+66=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B43042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43042 is #4BCFBD. Grayscale: #595959. Windows color (decimal): -4968382 or 4337844. OLE color: 4337844.

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

Color convert

RGB1804866-
CMYK00.730.630.29
HSL351.82º57.89%44.71%-
HSV(B)351.82º73.33%70.59%-
XYZ20.8612.216.41-
YUV89.52114.73192.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=61.22%
G=16.33%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180486600.730.630.29351.8257.8944.71
HexB430420493F1D1603a2d
Octal26460102011177355407255
Binary1011010011000010000100100100111111111101101100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43042; }

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

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

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

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

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

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

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

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