#B42559

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

Shades of Old Rose #B42559

Tints of Old Rose #B42559

Color information

#B42559 (or 0xB42559) is unknown color: approx Old Rose. HEX triplet: B4, 25 and 59. RGB value is (180,37,89). Sum of RGB (Red+Green+Blue) = 180+37+89=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B42559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42559 is #4BDAA6. Grayscale: #555555. Windows color (decimal): -4971175 or 5842356. OLE color: 5842356.

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

Color convert

RGB1803789-
CMYK00.790.510.29
HSL338.18º65.9%42.55%-
HSV(B)338.18º79.44%70.59%-
XYZ21.2911.7510.6-
YUV85.68129.88195.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=58.82%
G=12.09%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180378900.790.510.29338.1865.942.55
HexB4255904F331D152422b
Octal264451310117633552210253
Binary10110100100101101100101001111110011111011010100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42559; }

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

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

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

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

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

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

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

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