#B32A5A

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

Shades of Old Rose #B32A5A

Tints of Old Rose #B32A5A

Color information

#B32A5A (or 0xB32A5A) is unknown color: approx Old Rose. HEX triplet: B3, 2A and 5A. RGB value is (179,42,90). Sum of RGB (Red+Green+Blue) = 179+42+90=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32A5A is #4CD5A5. Grayscale: #585858. Windows color (decimal): -5035430 or 5909171. OLE color: 5909171.

HSL color Cylindrical-coordinate representation of color #B32A5A: hue angle of 338.98º 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 #B32A5A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB1794290-
CMYK00.770.500.30
HSL338.98º61.99%43.33%-
HSV(B)338.98º76.54%70.2%-
XYZ21.2611.9810.86-
YUV88.44128.89192.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=57.56%
G=13.50%
B=28.94%

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
Decimal179429000.770.500.30338.9861.9943.33
HexB32A5A04D321E1533e2b
Octal26352132011562365237653
Binary1011001110101010110100100110111001011110101010011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32A5A; }

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

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

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

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

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

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

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

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