#B42E49

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

Shades of Old Rose #B42E49

Tints of Old Rose #B42E49

Color information

#B42E49 (or 0xB42E49) is unknown color: approx Old Rose. HEX triplet: B4, 2E and 49. RGB value is (180,46,73). Sum of RGB (Red+Green+Blue) = 180+46+73=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E49 is #4BD1B6. Grayscale: #595959. Windows color (decimal): -4968887 or 4796084. OLE color: 4796084.

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

Color convert

RGB1804673-
CMYK00.740.590.29
HSL347.91º59.29%44.31%-
HSV(B)347.91º74.44%70.59%-
XYZ2112.147.54-
YUV89.14118.89192.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=60.20%
G=15.38%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180467300.740.590.29347.9159.2944.31
HexB42E4904A3B1D15c3b2c
Octal26456111011273355347354
Binary1011010010111010010010100101011101111101101011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E49; }

 p { color: rgb(180,46,73); }

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

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

 a { background-color: rgb(180,46,73); }

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

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

 span { border-color: rgb(180,46,73); }

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