#B42359

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

Shades of Old Rose #B42359

Tints of Old Rose #B42359

Color information

#B42359 (or 0xB42359) is unknown color: approx Old Rose. HEX triplet: B4, 23 and 59. RGB value is (180,35,89). Sum of RGB (Red+Green+Blue) = 180+35+89=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42359 is #4BDCA6. Grayscale: #545454. Windows color (decimal): -4971687 or 5841844. OLE color: 5841844.

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

Color convert

RGB1803589-
CMYK00.810.510.29
HSL337.66º67.44%42.16%-
HSV(B)337.66º80.56%70.59%-
XYZ21.2311.6310.58-
YUV84.51130.54196.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 89 (35.16% from 255) = 29.28%
R=59.21%
G=11.51%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180358900.810.510.29337.6667.4442.16
HexB42359051331D152432a
Octal264431310121633552210352
Binary10110100100011101100101010001110011111011010100101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42359; }

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

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

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

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

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

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

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

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