#B32A59

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

Shades of Old Rose #B32A59

Tints of Old Rose #B32A59

Color information

#B32A59 (or 0xB32A59) is unknown color: approx Old Rose. HEX triplet: B3, 2A and 59. RGB value is (179,42,89). Sum of RGB (Red+Green+Blue) = 179+42+89=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A59 is #4CD5A6. Grayscale: #585858. Windows color (decimal): -5035431 or 5843635. OLE color: 5843635.

HSL color Cylindrical-coordinate representation of color #B32A59: hue angle of 339.42º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A59 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB1794289-
CMYK00.770.500.30
HSL339.42º61.99%43.33%-
HSV(B)339.42º76.54%70.2%-
XYZ21.2211.9610.64-
YUV88.32128.39192.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=57.74%
G=13.55%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179428900.770.500.30339.4261.9943.33
HexB32A5904D321E1533e2b
Octal26352131011562365237653
Binary1011001110101010110010100110111001011110101010011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32A59; }

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

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

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

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

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

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

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

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