#B43E4A

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

Shades of Old Rose #B43E4A

Tints of Old Rose #B43E4A

Color information

#B43E4A (or 0xB43E4A) is unknown color: approx Old Rose. HEX triplet: B4, 3E and 4A. RGB value is (180,62,74). Sum of RGB (Red+Green+Blue) = 180+62+74=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E4A is #4BC1B5. Grayscale: #626262. Windows color (decimal): -4964790 or 4865716. OLE color: 4865716.

HSL color Cylindrical-coordinate representation of color #B43E4A: hue angle of 353.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E4A is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1806274-
CMYK00.660.590.29
HSL353.9º48.76%47.45%-
HSV(B)353.9º65.56%70.59%-
XYZ21.7813.647.96-
YUV98.65114.09186.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=56.96%
G=19.62%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180627400.660.590.29353.948.7647.45
HexB43E4A0423B1D162312f
Octal26476112010273355426157
Binary1011010011111010010100100001011101111101101100010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E4A; }

 p { color: rgb(180,62,74); }

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

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

 a { background-color: rgb(180,62,74); }

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

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

 span { border-color: rgb(180,62,74); }

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