#B42E5B

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

Shades of Old Rose #B42E5B

Tints of Old Rose #B42E5B

Color information

#B42E5B (or 0xB42E5B) is unknown color: approx Old Rose. HEX triplet: B4, 2E and 5B. RGB value is (180,46,91). Sum of RGB (Red+Green+Blue) = 180+46+91=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E5B is #4BD1A4. Grayscale: #5B5B5B. Windows color (decimal): -4968869 or 5975732. OLE color: 5975732.

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

Color convert

RGB1804691-
CMYK00.740.490.29
HSL339.85º59.29%44.31%-
HSV(B)339.85º74.44%70.59%-
XYZ21.6912.4111.15-
YUV91.2127.89191.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=56.78%
G=14.51%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180469100.740.490.29339.8559.2944.31
HexB42E5B04A311D1543b2c
Octal26456133011261355247354
Binary1011010010111010110110100101011000111101101010100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E5B; }

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

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

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

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

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

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

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

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