#B42A59

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

Shades of Old Rose #B42A59

Tints of Old Rose #B42A59

Color information

#B42A59 (or 0xB42A59) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 59. RGB value is (180,42,89). Sum of RGB (Red+Green+Blue) = 180+42+89=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A59 is #4BD5A6. Grayscale: #585858. Windows color (decimal): -4969895 or 5843636. OLE color: 5843636.

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

Color convert

RGB1804289-
CMYK00.770.510.29
HSL339.57º62.16%43.53%-
HSV(B)339.57º76.67%70.59%-
XYZ21.4512.0810.65-
YUV88.62128.22193.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.88%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=57.88%
G=13.50%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180428900.770.510.29339.5762.1643.53
HexB42A5904D331D1543e2c
Octal26452131011563355247654
Binary1011010010101010110010100110111001111101101010100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A59; }

 p { color: rgb(180,42,89); }

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

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

 a { background-color: rgb(180,42,89); }

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

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

 span { border-color: rgb(180,42,89); }

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