#b32954

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

Shades of Old Rose #B32954

Tints of Old Rose #B32954

Color information

#B32954 (or 0xB32954) is unknown color: approx Old Rose. HEX triplet: B3, 29 and 54. RGB value is (179,41,84). Sum of RGB (Red+Green+Blue) = 179+41+84=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B32954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32954 is #4CD6AB. Grayscale: #575757. Windows color (decimal): -5035692 or 5515699. OLE color: 5515699.

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

Color convert

RGB1794184-
CMYK00.770.530.30
HSL341.3º62.73%43.14%-
HSV(B)341.3º77.09%70.2%-
XYZ20.9811.819.56-
YUV87.16126.22193.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.88%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=58.88%
G=13.49%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179418400.770.530.30341.362.7343.14
HexB3295404D351E1553f2b
Octal26351124011565365257753
Binary1011001110100110101000100110111010111110101010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b32954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b32954; }

 p { color: rgb(179,41,84); }

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

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

 a { background-color: rgb(179,41,84); }

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

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

 span { border-color: rgb(179,41,84); }

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