#B42E57

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

Shades of Old Rose #B42E57

Tints of Old Rose #B42E57

Color information

#B42E57 (or 0xB42E57) is unknown color: approx Old Rose. HEX triplet: B4, 2E and 57. RGB value is (180,46,87). Sum of RGB (Red+Green+Blue) = 180+46+87=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E57 is #4BD1A8. Grayscale: #5A5A5A. Windows color (decimal): -4968873 or 5713588. OLE color: 5713588.

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

Color convert

RGB1804687-
CMYK00.740.520.29
HSL341.64º59.29%44.31%-
HSV(B)341.64º74.44%70.59%-
XYZ21.5212.3510.27-
YUV90.74125.89191.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 46 (18.36% from 255) = 14.70%
BLUE value IS 87 (34.38% from 255) = 27.80%
R=57.51%
G=14.70%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180468700.740.520.29341.6459.2944.31
HexB42E5704A341D1563b2c
Octal26456127011264355267354
Binary1011010010111010101110100101011010011101101010110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E57; }

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

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

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

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

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

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

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

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